Skip to content

Commit

Permalink
Merge pull request 7298 from hotfix/v4.4.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ben51degrees authored and Project Collection Build Service (51degrees) committed Jun 21, 2022
2 parents 1453f53 + b81c793 commit 3a7dae0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Examples/ResultCaching/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
///
/// If you want to know more about how result caching works, a complete
/// explanation can be found in the
/// [documentation](https://51degrees.com/documentation/4.2/_features__result_caching.html).
/// [documentation](https://51degrees.com/documentation/_features__result_caching.html).
///
/// This example is available in full on [GitHub](https://github.com/51Degrees/pipeline-dotnet/blob/master/Examples/ResultCaching/Program.cs).
///
Expand Down
2 changes: 1 addition & 1 deletion Examples/UsageSharing/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/// @include UsageSharing/appsettings.json
///
/// For further details of what each setting does, see the
/// [share usage builder reference](http://51degrees.com/pipeline-dotnet/4.3/class_fifty_one_1_1_pipeline_1_1_engines_1_1_fifty_one_1_1_flow_elements_1_1_share_usage_builder_base.html)
/// [share usage builder reference](https://51degrees.com/pipeline-dotnet/class_fifty_one_1_1_pipeline_1_1_engines_1_1_fifty_one_1_1_flow_elements_1_1_share_usage_builder_base.html)
///
/// This example is available in full on [GitHub](https://github.com/51Degrees/pipeline-dotnet/blob/master/Examples/UsageSharing/Program.cs).
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ExceptionSequenceNumberNotPresent" xml:space="preserve">
<value>The value for the ‘sequence’ parameter could not found. See http://51degrees.com/documentation/_info__error_messages.html#Sequence_value_not_found for more information.</value>
<value>The value for the ‘sequence’ parameter could not found. See https://51degrees.com/documentation/_info__error_messages.html#Sequence_value_not_found for more information.</value>
</data>
</root>
2 changes: 1 addition & 1 deletion FiftyOne.Pipeline.Engines.FiftyOne/Messages.resx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<value>Failed to increment usage sequence number</value>
</data>
<data name="MessageFailSequenceNumberParse" xml:space="preserve">
<value>The value for the ‘sequence’ parameter is not valid. See http://51degrees.com/documentation/_info__error_messages.html#Sequence_value_invalid for more information.</value>
<value>The value for the ‘sequence’ parameter is not valid. See https://51degrees.com/documentation/_info__error_messages.html#Sequence_value_invalid for more information.</value>
</data>
<data name="MessageFailSequenceNumberRetreive" xml:space="preserve">
<value>Failed to retrieve sequence number</value>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For example, Installing `FiftyOne.Pipeline.Engines.FiftyOne` will automatically
### Pipeline Examples

There are several examples available that demonstrate how to make use of the Pipeline API in isolation. These are described in the table below.
If you want examples that demonstrate how to use 51Degrees products such as device detection, then these are available in the corresponding [repository](https://github.com/51Degrees/device-detection-dotnet) and on our [website](http://51degrees.com/documentation/_examples__device_detection__index.html).
If you want examples that demonstrate how to use 51Degrees products such as device detection, then these are available in the corresponding [repository](https://github.com/51Degrees/device-detection-dotnet) and on our [website](https://51degrees.com/documentation/_examples__device_detection__index.html).

| Example | Description |
| CustomFlowElement\1. Simple Flow Element | Shows how to create a custom flow element that returns star sign based on a supplied date of birth. |
Expand Down
2 changes: 1 addition & 1 deletion ci/common-ci
Submodule common-ci updated 1 files
+13 −135 release-config.json

0 comments on commit 3a7dae0

Please sign in to comment.