Skip to content

Commit

Permalink
Fix file name case issue for CHANGELOG
Browse files Browse the repository at this point in the history
The CHANGELOG.md file needs to be changelog.md because github page will
lower case the url
  • Loading branch information
rossjones committed Jun 18, 2018
1 parent 45dbf46 commit 1e5e263
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/docs/reference/reference_guides.md
Expand Up @@ -63,7 +63,7 @@ The following reference guides are available:
|
-|-
[Settings](settings.md) | Opal settings|
[Changelog](CHANGELOG.md) | Opal Changelog|
[Changelog](changelog.md) | Opal Changelog|
[Upgrading](upgrading.md) | Upgrading between Opal versions|
[Javascript dependencies](javascript/javascript_dependencies.md)| External javascript libraries available |
[Testing](testing.md) | Testing|
Expand Down
2 changes: 1 addition & 1 deletion doc/mkdocs.yml
Expand Up @@ -102,7 +102,7 @@ pages:

# Misc
- Settings: reference/settings.md
- Changelog: reference/CHANGELOG.md
- Changelog: reference/changelog.md
- Testing: reference/testing.md
- Javascript dependencies: reference/javascript/javascript_dependencies.md
- Upgrading: reference/upgrading.md
Expand Down

0 comments on commit 1e5e263

Please sign in to comment.