Skip to content

Commit

Permalink
Fixes: [Documentation] New changelog URL results in 404 #3618 (#3619)
Browse files Browse the repository at this point in the history
* Update contents of changelog.txt to point to the correct new changelog location

* Solution: Point to markdown version of the changelog in stead of the plaintext version

Co-authored-by: timvandenhof <[email protected]>
  • Loading branch information
timvandenhof and timvandenhof authored Aug 22, 2022
1 parent fbf1262 commit cc5977d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibsAndSamples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "all", "all", "{C44AADC0-1E9B-427F-AC02-642BDF8D936B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
changelog.txt = changelog.txt
changelog.md = changelog.md
Directory.Build.props = Directory.Build.props
global.json = global.json
build\platform_and_feature_flags.props = build\platform_and_feature_flags.props
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/changelog.md
See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md

0 comments on commit cc5977d

Please sign in to comment.