From 15a34f1f64cccdba99b8ee42984f2dd970fe87a5 Mon Sep 17 00:00:00 2001 From: SoarinSkySagar Date: Fri, 29 Dec 2023 20:27:49 +0530 Subject: [PATCH] changed /upload links to correct /deploy and updated docs --- docs/contribute.md | 2 +- docs/{upload.md => deploy.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{upload.md => deploy.md} (96%) diff --git a/docs/contribute.md b/docs/contribute.md index b154585e..18f1a476 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -11,7 +11,7 @@ Here is a table that would help you to find out the currently available projects | Project | Skills | Repository | Documentation | | ------------- | -------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------- | | core | C, C++, Python, Javascript, Typescript, Ruby | [metacall/core](https://github.com/metacall/core) | [docs](/docs/docs.md) | -| upload | Typescript, Javascript | [metacall/upload](upload) | [upload](upload.md) | +| upload | Typescript, Javascript | [metacall/deploy](https://github.com/metacall/deploy) | [deploy](/docs/deploy.md) | | install | BASH | [metacall/install](https://github.com/metacall/install) | [install](/docs/install.md) | | dlang-port | D | [metacall/dlang-port](https://github.com/metacall/dlang-port) | [dlang-port](/docs/dlang-port.md) | | php-port | PHP | [metacall/php-port](https://github.com/metacall/php-port) | [php-port](/docs/php-port.md) | diff --git a/docs/upload.md b/docs/deploy.md similarity index 96% rename from docs/upload.md rename to docs/deploy.md index 32f5c257..c4b7ca9d 100644 --- a/docs/upload.md +++ b/docs/deploy.md @@ -1,4 +1,4 @@ -# upload +# Deploy Tool for deploying into MetaCall FaaS platform.