diff --git a/docs/english/_sidebar.json b/docs/english/_sidebar.json
index 0a47fac14..ffc998d48 100644
--- a/docs/english/_sidebar.json
+++ b/docs/english/_sidebar.json
@@ -137,21 +137,5 @@
},
"tools/java-slack-sdk/ja-jp/reference"
]
- },
- { "type": "html", "value": "
" },
- {
- "type": "link",
- "label": "Release notes",
- "href": "https://github.com/SlackAPI/java-slack-sdk/releases"
- },
- {
- "type": "link",
- "label": "Code on GitHub",
- "href": "https://github.com/SlackAPI/java-slack-sdk"
- },
- {
- "type": "link",
- "label": "Contributors Guide",
- "href": "https://github.com/slackapi/java-slack-sdk/blob/main/.github/contributing.md"
}
]
diff --git a/docs/english/index.md b/docs/english/index.md
index c81d13742..519eac71d 100644
--- a/docs/english/index.md
+++ b/docs/english/index.md
@@ -24,6 +24,10 @@ If you get stuck, we're here to help. The following are the best ways to get ass
* Visit the [Slack Developer Community](https://slackcommunity.com/) for getting help or for bonding with your fellow Slack developers.
* [Email](mailto:support@slack.com) our developer support team: `support@slack.com`.
+## Release notes
+
+Check out the [Java Slack SDK release notes](https://github.com/SlackAPI/java-slack-sdk/releases) for all the latest happenings.
+
## Contributing
These docs live within the [Java Slack SDK](https://github.com/slackapi/java-slack-sdk/) repository and are open source.