diff options
| author | 2022-05-30 20:49:08 +0400 | |
|---|---|---|
| committer | 2022-05-30 20:49:08 +0400 | |
| commit | e86b72520acb7afb96718417ecb5c4454187ed45 (patch) | |
| tree | 0b2cd47d9d8b7b864074f12a598371bbfead20cd /docs/index.rst | |
| parent | Merge pull request #78 from python-discord/bump-d.py (diff) | |
| parent | Fix Entry In Changelog (diff) | |
Merge pull request #1 from HassanAbouelela/upgrade-docs
Upgrade docs
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 98dcd611..0a375b90 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,9 @@ Reference  .. toctree::     :caption: Other: +   :hidden: -   Changelog <https://github.com/python-discord/bot-core/blob/main/CHANGELOG.md> +   changelog  Extras @@ -25,4 +26,4 @@ Extras  * :ref:`genindex`  * :ref:`search`  * :repo-file:`Information <docs/README.md>` -* :repo-file:`Changelog <CHANGELOG.md>` +* :doc:`changelog`  |