Skip to content

Commit ede5879

Browse files
authored
Update readme to use devdocs site for links to guides (ParadiseSS13#27133)
The new devdocs site is great, we should be directing users to it. Signed-off-by: Sean <[email protected]>
1 parent cff9341 commit ede5879

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<img width="15%" alt="Discord" hspace="3%" src=".github/assets/discord-dark.png">
2828
</picture>
2929
</a>
30-
<a href="https://codedocs.paradisestation.org">
30+
<a href="https://devdocs.paradisestation.org">
3131
<picture>
3232
<source media="(prefers-color-scheme: dark)" srcset=".github/assets/book-light.png">
3333
<source media="(prefers-color-scheme: light)" srcset=".github/assets/book-dark.png">
@@ -56,36 +56,35 @@
5656
> [!TIP]
5757
> Want to contribute for the first time but unsure where to start?<br>
5858
> Join our Discord and check out the [#coding_chat](https://discord.com/channels/145533722026967040/145700319819464704) channel for helpful links and advice!<br>
59-
> Alternatively, have a look at our community maintained [Getting Started Guide](./docs/contributing/getting_started.md)
59+
> Alternatively, have a look at our community maintained [Getting Started Guide](https://devdocs.paradisestation.org/contributing/getting_started/)
6060
6161
# Useful Documents and Links
6262

6363
- ### [Dream Maker (DM) Reference](https://www.byond.com/docs/ref/)
6464

6565
This reference site by the creators of BYOND details information on the DM language, the syntax used, functionality of native procs, and a lot more. This is always useful to have on hand when contributing.
6666

67-
- ### [Autodocumentation Guide](./docs/references/autodoc.md)
67+
- ### [Autodocumentation Guide](https://devdocs.paradisestation.org/references/autodoc/)
6868

6969
This guide shows you how to leave code comments that comply with "autodocumentation", a system designed to make everyone's lives easier when reading or reviewing code!
7070

71-
- ### [Code of Conduct](./docs/CODE_OF_CONDUCT.md)
71+
- ### [Code of Conduct](https://devdocs.paradisestation.org/code_of_conduct/)
7272

7373
All contributors are expected to read our Code of Conduct before they take part in our community.
7474

75-
- ### [Contribution Guide](./docs/CONTRIBUTING.md)
75+
- ### [Contribution Guide](https://devdocs.paradisestation.org/contributing/)
7676

7777
Not sure how to take part and contribute? This guide gives an overview of how to make comments, pull requests, and open issues.
7878

7979
This guide also sets out our code standards that we expect all submitted code to adhere to.
8080

81-
- ### [Community Maintained Guide to Contributing](https://paradisestation.org/wiki/index.php?title=Guide_to_Contributing)
81+
- ### [Community Maintained Guide to Contributing](https://devdocs.paradisestation.org/contributing/getting_started/)
8282

8383
This community maintained guide covers how to set yourself up for success when attempting to contribute to Paracode.
8484

8585
> [!IMPORTANT]
8686
> Paradise does not provide precompiled binaries, requiring you to build from source to host a local server.<br>
8787
> Building Paradise is quick and simple, all you need to install is [BYOND](https://www.byond.com/download/).<br>
88-
> You can learn more in our [Installation Guide](.github/DOWNLOADING.md).
8988
9089
- ### [Paradise Station Development Team Structure](https://www.paradisestation.org/dev/policy/)
9190

0 commit comments

Comments
 (0)