Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _releases/make-release-page.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def forDoxygen(self):

def forAnchor(self):
"""
Name as used by html anchor: 6.2200
Name as used by html anchor: 6.22.00
"""
return F'{self.major}.{self.minor}{self.patch}'
return F'{self.major}.{self.minor}.{self.patch}'

def branchName(self):
"""
Expand Down
2 changes: 1 addition & 1 deletion _releases/release-63208.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar:

## Release Notes

The release notes for this release can be found [here](https://root.cern/doc/v632/release-notes.html#release-6.3208).
The release notes for this release can be found [here](https://root.cern/doc/v632/release-notes.html#release-6.32.08).

## Binary distributions

Expand Down
2 changes: 1 addition & 1 deletion _releases/release-63400-rc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar:

## Release Notes

The release notes for this release can be found [here](https://root.cern/doc/v634/release-notes.html#release-6.3400).
The release notes for this release can be found [here](https://root.cern/doc/v634/release-notes.html#release-6.34.00).

## Binary distributions

Expand Down