From b9c212799a3144aa81b43a93f663d20e4d3036ab Mon Sep 17 00:00:00 2001 From: Kim Minki Date: Wed, 17 Jan 2024 23:04:23 +0900 Subject: [PATCH] docs: fix broken uri (#485) --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0a8335da..dfbb2cdf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -38,8 +38,8 @@ Project documentation The documentation is located in the ``/docs`` directory and is built with `ReST `_ and `Sphinx `_. If you're unfamiliar with any of those, -`ReStructuredText primer `_ and -`Sphinx quickstart `_ are recommended reads. +`ReStructuredText primer `_ and +`Sphinx quickstart `_ are recommended reads. Docs theme and appearance +++++++++++++++++++++++++ @@ -69,7 +69,7 @@ restructure the docs etc., but make sure to follow these guidelines: - Write text in idiomatic english, using simple language - Keep examples simple and self contained - Provide links where applicable -- Use `intersphinx `_ wherever possible when +- Use `intersphinx `_ wherever possible when referencing external libraries - Provide diagrams using `mermaidjs `_ where applicable and possible