From f2e2b5016c300d783d74b2d04651943817096666 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 25 Feb 2022 10:13:34 +0000 Subject: [PATCH] Update Contributing and remove unneeded descriptions --- CONTRIBUTING.md | 2 +- docs/references/functions/list-builds.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 docs/references/functions/list-builds.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c63466eed..9c8005ba1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -282,7 +282,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 ``` **Build Functions Runtimes** -The Runtimes for all supported cloud functions (multicore builds) can be found at the [appwrite/runtimes](https://github.com/appwrite/runtimes) repository. +The Runtimes for all supported cloud functions (multicore builds) can be found at the [open-runtimes/open-runtimes](https://github.com/open-runtimes/open-runtimes) repository. ## Generate SDK diff --git a/docs/references/functions/list-builds.md b/docs/references/functions/list-builds.md deleted file mode 100644 index 45a88cb7e..000000000 --- a/docs/references/functions/list-builds.md +++ /dev/null @@ -1 +0,0 @@ -Get a list of all the current user build logs. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's executions. [Learn more about different API modes](/docs/admin). \ No newline at end of file