diff --git a/docs/documentation/identifying.rst b/docs/documentation/identifying.rst index eed1dc2f3f9bb60d99b57b10e149ba41d4f46422..3f7ee97d17878cd254c4463ee2d3e66eef06f46b 100644 --- a/docs/documentation/identifying.rst +++ b/docs/documentation/identifying.rst @@ -24,6 +24,5 @@ If you're not comfortable with writing documents or don't feel like you can, you by requesting a document be written. There are three ways to request new documents: - Open a new issue on `Gitlab <https://dev.funkwhale.audio/funkwhale/funkwhale/issues>`_, providing as much detail as possible -- Start a new thread on `the forum <https://socialhub.network/c/funkwhale>`_ with more details about your requests +- Start a new thread on `the forum <https://governance.funkwhale.audio/g/kQgxNq15/funkwhale>`_ with more details about your requests - Ask somebody on our `chat room <https://riot.im/app/#/room/#funkwhale:matrix.org>`_ - diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue index 7c1dfe95f73ce59c5094d33f52396227d73861d0..32018241a231a468eaa809b21d28a1f49ab9acbb 100644 --- a/front/src/components/Footer.vue +++ b/front/src/components/Footer.vue @@ -37,7 +37,7 @@ <section class="four wide column"> <h4 v-translate translate-context="Footer/*/Link" class="ui header">Getting help</h4> <div class="ui link list"> - <a href="https://socialhub.network/c/funkwhale" class="item" target="_blank"><translate translate-context="Footer/*/Listitem.Link">Support forum</translate></a> + <a href="https://governance.funkwhale.audio/g/kQgxNq15/funkwhale" class="item" target="_blank"><translate translate-context="Footer/*/Listitem.Link">Support forum</translate></a> <a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org" class="item" target="_blank"><translate translate-context="Footer/*/List item.Link">Chat room</translate></a> <a href="https://dev.funkwhale.audio/funkwhale/funkwhale/issues" class="item" target="_blank"><translate translate-context="Footer/*/List item.Link">Issue tracker</translate></a> </div> @@ -87,5 +87,4 @@ footer p { footer#footer div.item:hover { color: rgba(0, 0, 0, 0.87); } - </style>