Skip to content

Commit c533ac1

Browse files
authored
Fix link in rationale.md (#1717)
1 parent 5dc0093 commit c533ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rationale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ specification](https://github.com/open-telemetry/opentelemetry-specification/blo
99

1010
The OpenTelemetry implementations, the OpenTelemetry Spec itself and this repo follows [SemVer V2](https://semver.org/spec/v2.0.0.html) guidelines.
1111
This means that, for any stable packages released from this repo, all public APIs will remain [backward
12-
compatible](https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/breaking-change-rules.md#breaking-change-rules),
12+
compatible](https://www.python.org/dev/peps/pep-0387/),
1313
unless a major version bump occurs. This applies to the API, SDK, as well as Exporters, Instrumentation etc. shipped from this repo.
1414

1515
For example, users can take a dependency on 1.0.0 version of any package, with the assurance that all future releases until 2.0.0 will be backward compatible.

0 commit comments

Comments
 (0)