From 19dc5c514fcbfdeda0c06d67b526744733d827bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= Date: Sat, 29 Aug 2020 17:05:37 -0700 Subject: [PATCH] Fix broken documentation links --- docs/index.md | 2 +- docs/vs/nugetserver.md | 2 +- mkdocs.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4ea7fac07..fb491b19b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ You can run BaGet on your preferred platform: * [Azure](installation/azure.md) * [AWS](installation/aws.md) * [Google Cloud](installation/gcp.md) -* [Alibaba Cloud(Aliyun)](installation/aliyun.md) +* [Alibaba Cloud (Aliyun)](installation/aliyun.md) ## BaGet SDK diff --git a/docs/vs/nugetserver.md b/docs/vs/nugetserver.md index 91b35a9d5..f0fd1bb13 100644 --- a/docs/vs/nugetserver.md +++ b/docs/vs/nugetserver.md @@ -18,4 +18,4 @@ ## Migration Guide -You can use the [NuGet.Server migration](../tools/migrate.md) guide to import your NuGet.Server packages into BaGet. \ No newline at end of file +You can use the [NuGet.Server migration](../import/nugetserver.md) guide to import your NuGet.Server packages into BaGet. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index db8ce017b..82c25d0b9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,6 +40,7 @@ pages: - Azure: installation/azure.md - AWS: installation/aws.md - Google cloud: installation/gcp.md + - Alibaba cloud: installation/aliyun.md - Windows IIS proxy: installation/iis-proxy.md - Configuration: configuration.md - Import: