From 57ebdd28cc006fb514fda35c4b7baf3a7cdca88e Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Wed, 6 Mar 2024 17:42:04 +0300 Subject: [PATCH] fix broken links I think there was a problem merging this commit => https://github.com/abpio/abp-commercial-docs/commit/eb603012378b93025a07e6206e5f9eba3d7cc6b1 --- en/docs-nav.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/docs-nav.json b/en/docs-nav.json index 8eff4325..66c71cf2 100644 --- a/en/docs-nav.json +++ b/en/docs-nav.json @@ -171,11 +171,11 @@ }, { "text": "IdentityServer Deployment", - "path": "guides/identityserver-deployment.md" + "path": "startup-templates/application/identityserver-deployment.md" }, { "text": "OpenIddict Deployment", - "path": "guides/openiddict-deployment.md" + "path": "startup-templates/application/openiddict-deployment.md" } ] }