Skip to content

Commit

Permalink
Fix dead link (#2962)
Browse files Browse the repository at this point in the history
Fixes #2961
  • Loading branch information
ocelotl authored Oct 6, 2022
1 parent cd4ccab commit 6e9af76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](/~https://github.com/open-telemetry/opentelemetry-python/compare/v1.13.0-0.34b0...HEAD)
## [Unreleased](/~https://github.com/open-telemetry/opentelemetry-python/compare/v1.13.0...HEAD)

- Update explicit histogram bucket boundaries
([#2947](/~https://github.com/open-telemetry/opentelemetry-python/pull/2947))
Expand Down
2 changes: 1 addition & 1 deletion scripts/eachdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def release_args(args):
update_dependencies(targets, version, packages)
update_version_files(targets, version, packages)

update_changelogs("-".join(updated_versions))
update_changelogs(updated_versions[0])


def test_args(args):
Expand Down

0 comments on commit 6e9af76

Please sign in to comment.