From 41bb3637090d901b1fa18130383cd91d85afbc1d Mon Sep 17 00:00:00 2001 From: Arun Govil Date: Mon, 30 Jan 2023 15:23:10 +0530 Subject: [PATCH] docs: updated unreachable docus url in documentation (#18618) --- docs/5.community/5.framework-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/5.community/5.framework-contribution.md b/docs/5.community/5.framework-contribution.md index ec83f1ac5d..d21f36b978 100644 --- a/docs/5.community/5.framework-contribution.md +++ b/docs/5.community/5.framework-contribution.md @@ -134,7 +134,7 @@ git checkout -b my-new-branch ### Set Up Documentation Website in Local Environment -We are using [Docus](https://nuxtlabs.com/docus) for documentation. +We are using [Docus](https://docus.dev) for documentation. - Run `pnpm build:stub` once in the root directory - Go into the docs directory: `cd docs`