From 28067bb48e694e70d40bb3c2a1233a9e5b94da55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 31 Jan 2024 11:08:45 +0100 Subject: [PATCH] Fix links --- docs/faq/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/documentation.md b/docs/faq/documentation.md index f9052200..82911c92 100644 --- a/docs/faq/documentation.md +++ b/docs/faq/documentation.md @@ -9,7 +9,7 @@ Getting Documentation ### Where can I find Mono documentation? -Mono documentation can either be viewed [on line](http://docs.go-mono.com/) or off line using the [GTK#](/docs/tools+libraries/tools/monodoc/#the-gtk-documentation-browser) or [console based](/docs/tools+libraries/tools/monodoc/#mod-command-line-documentation-viewer) documentation browsers. +Mono documentation can either be viewed [on line](http://docs.go-mono.com/) or off line using the [console based](/docs/tools+libraries/tools/monodoc/#mod-command-line-documentation-viewer) documentation browser. ### Why do I read "Documentation for this section has not yet been entered." everywhere? @@ -28,4 +28,4 @@ A good article on how to create documentation can be found under: [Generating Do ### How can I write documentation for the base class libraries? -At the moment only by using the [GTK# documentation browser](/docs/tools+libraries/tools/monodoc/#the-gtk-documentation-browser). [Monodoc Editing](/docs/tools+libraries/tools/monodoc/editing/) has a short tutorial on how to do so. +[Monodoc Editing](/docs/tools+libraries/tools/monodoc/editing/) has a short tutorial on how to do so.