From e46046418fca514b58c3abb93e1b9b98d5361ce7 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sat, 8 Jul 2023 15:02:37 +0200 Subject: [PATCH] docs: update javadoc links --- .github/CONTRIBUTING.md | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 61453b754c..0e26cfd6e3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -88,7 +88,7 @@ Documentation must be kept up to date when adding or changing functionality. ### Javadoc -Javadoc is available after every release on https://refinedmods.com/refinedstorage/. +Javadoc is available after every release on https://refinedmods.com/javadoc/refinedstorage. ### API annotations @@ -196,7 +196,7 @@ The workflow takes care of the following: - Running a build. - Publishing on [GitHub packages](https://github.com/refinedmods/refinedstorage/packages) and CreeperHost Maven. -- Publishing Javadoc on [GitHub pages](https://github.com/refinedmods/refinedstorage/tree/gh-pages). +- Publishing Javadoc on [GitHub pages](https://github.com/refinedmods/javadoc). - Deploying on [GitHub releases](https://github.com/refinedmods/refinedstorage/releases). - Announcing the release on Discord and Twitter. - Creating a PR that merges `main` back into `develop` to get the changes to `CHANGELOG.md` and `build.gradle` diff --git a/README.md b/README.md index 79e42d0460..38d69a2849 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ this mod that allow the player to setup auto-crafting, allowing the crafting of - [CurseForge](https://curseforge.com/minecraft/mc-mods/refined-storage) - [Modrinth](https://modrinth.com/mod/refined-storage) - [Wiki](https://refinedmods.com/refined-storage/) +- [Javadoc](https://refinedmods.com/javadoc/refinedstorage) - [Discord](https://discordapp.com/invite/VYzsydb) - [Twitter](https://twitter.com/refinedmods) - [Mastodon](https://anvil.social/@refinedmods)