pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update docs links

authored by

Cooper and committed by
GitHub
ef2d9f2e e93887a6

+3 -3
+1 -1
src/pages/Support.tsx
··· 95 95 <Button 96 96 className="py px-4 box-content bg-buttons-secondary hover:bg-buttons-secondaryHover bg-opacity-90 text-buttons-secondaryText justify-center items-center inline-block" 97 97 onClick={() => 98 - window.open("https://sussy-code.github.io/docs", "_blank") 98 + window.open("https://docs.undi.rest", "_blank") 99 99 } 100 100 > 101 101 Sudo-Flix Docs
+2 -2
src/pages/parts/settings/ConnectionsPart.tsx
··· 55 55 </p> 56 56 <p className="max-w-[20rem] font-medium"> 57 57 <Trans i18nKey="settings.connections.workers.description"> 58 - <MwLink to="https://sussy-code.github.io/docs/proxy/deploy"> 58 + <MwLink to="https://docs.undi.rest/proxy/deploy"> 59 59 Proxy documentation 60 60 </MwLink> 61 61 </Trans> ··· 125 125 </p> 126 126 <p className="max-w-[20rem] font-medium"> 127 127 <Trans i18nKey="settings.connections.server.description"> 128 - <MwLink to="https://sussy-code.github.io/docs/backend/deploy"> 128 + <MwLink to="https://docs.undi.rest/backend/deploy"> 129 129 Backend documentation 130 130 </MwLink> 131 131 </Trans>