From db429783c886547df8968640f2910ea5ee17d2ef Mon Sep 17 00:00:00 2001 From: Kyan Bosman <84374752+kyan0045@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:44:38 +0100 Subject: [PATCH] Replace invalid file references (#35706) --- content/rest/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/rest/README.md b/content/rest/README.md index 47551192aed3..b542a0870d2e 100644 --- a/content/rest/README.md +++ b/content/rest/README.md @@ -1,9 +1,8 @@ # REST - -The `/content/rest` directory is where the GitHub REST API docs live! - -* The `/content/rest/guides` and `/content/rest/overview` directories contain regular articles. These are human-editable. -* The `/content/rest/reference` directory contains an article for each group of endpoints in the GitHub REST API. Most of the content in this directory is rendered using `include` tags. + The `/content/rest` directory is where the GitHub REST API docs live! + + * The `/content/rest/about-the-rest-api`, `/content/rest/guides` and `/content/rest/using-the-rest-api` directories contain regular articles. These are human-editable. +* The remaining directories contain an article for each group of endpoints in the GitHub REST API. Most of the content in this directory is rendered using `include` tags. The content rendered by `include` tags is sourced from the `/src/rest/data` directory, which is automatically generated from the API source code internally in GitHub, and should not be edited by a human. For more information, see the [`/src/rest/README.md`](/src/rest/README.md).