Skip to content

Commit 5158817

Browse files
michaelklishinmergify[bot]
authored andcommitted
Update management UI footer links for the new website
and drop a link to Slack, which has too many limitations in its free version at our scale. Discord is the primary option now. (cherry picked from commit 7b9f2ca)
1 parent 0954fa4 commit 5158817

File tree

1 file changed

+6
-7
lines changed
  • deps/rabbitmq_management/priv/www/js/tmpl

1 file changed

+6
-7
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/layout.ejs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@
4444
<div id="footer">
4545
<ul>
4646
<li><a rel="noopener noreferrer" href="api/" target="_blank">HTTP API</a></li>
47-
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/documentation.html" target="_blank">Documentation</a></li>
48-
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/getstarted.html" target="_blank">Tutorials</a></li>
49-
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/changelog.html" target="_blank">New releases</a></li>
47+
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/docs" target="_blank">Documentation</a></li>
48+
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/tutorials" target="_blank">Tutorials</a></li>
49+
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/release-information" target="_blank">New releases</a></li>
5050
<li><a rel="noopener noreferrer" href="https://www.vmware.com/products/rabbitmq.html" target="_blank">Commercial edition</a></li>
51-
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/services.html" target="_blank">Commercial support</a></li>
51+
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/commercial-offerings" target="_blank">Commercial support</a></li>
5252
<li><a rel="noopener noreferrer" href="https://github.com/rabbitmq/rabbitmq-server/discussions" target="_blank">Discussions</a></li>
5353
<li><a rel="noopener noreferrer" href="https://rabbitmq.com/discord/" target="_blank">Discord</a></li>
54-
<li><a rel="noopener noreferrer" href="https://rabbitmq.com/slack/" target="_blank">Slack</a></li>
55-
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/plugins.html" target="_blank">Plugins</a></li>
56-
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/github.html" target="_blank">GitHub</a></li>
54+
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/docs/plugins" target="_blank">Plugins</a></li>
55+
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/github" target="_blank">GitHub</a></li>
5756
</ul>
5857
</div>

0 commit comments

Comments
 (0)