From b08b87ff851701a601c15d59e3a7a93f1fd296cc Mon Sep 17 00:00:00 2001 From: Jan Lachmuth <41108519+lachja@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:59:43 +0200 Subject: [PATCH] Removed links from relocated repositories (#19703) --- CONTRIBUTING.md | 4 +--- GOVERNANCE.md | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4045178cfb..28383e2537 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,9 +73,7 @@ in the same way as we have written our tests. ### Documentation -We require contributions to include relevant documentation. Alongside your PR for code changes, prepare a PR to the [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation). - -In the description of your PR include a link to the PR to [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation). +We require contributions to include relevant documentation. Before submitting your code changes, please take the time to review the [documentation](docs/documentation/README.md) guide and ensure that any necessary documentation changes are included in your pull request. ### Submitting your PR diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 045f1bc9e7..4cd0dbb39a 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -21,8 +21,6 @@ enabling the less common use cases through custom extensions. Keycloak consists of several projects: * [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters -* [Keycloak UI](https://github.com/keycloak/keycloak-ui) - Keycloak Admin and Account user interface -* [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation) - Documentation for Keycloak * [Keycloak QuickStarts](https://github.com/keycloak/keycloak-quickstarts) - QuickStarts for getting started with Keycloak * [Keycloak Benchmark](https://github.com/keycloak/keycloak-benchmark) - Load tests for benchmarking Keycloak * [Keycloak Community](https://github.com/keycloak/keycloak-community) - Keycloak design documents