summary refs log tree commit diff
path: root/Documentation/contributing/index.adoc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-02-11 14:56:51 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-21 23:04:20 +0000
commitb0e74a9f5d37d5f16372617fe8f404b24a56ddd2 (patch)
treec3b775902dee4ee7fde1c5fdf39b9a68da54b7c9 /Documentation/contributing/index.adoc
parenta96f09dfa6a247e2ba8068a348522a48b885dec3 (diff)
downloadspectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.gz
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.bz2
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.lz
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.xz
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.zst
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.zip
Documentation: move "Working with Patches" under "Contributing"
This is all information about how to contribute to Spectrum, so I
think it makes more sense here than under "Development".

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Message-Id: <20230211145650.740649-1-hi@alyssa.is>
Diffstat (limited to 'Documentation/contributing/index.adoc')
-rw-r--r--Documentation/contributing/index.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/contributing/index.adoc b/Documentation/contributing/index.adoc
index 4be8d69..48255d8 100644
--- a/Documentation/contributing/index.adoc
+++ b/Documentation/contributing/index.adoc
@@ -24,7 +24,7 @@ If you have made changes you would like to be included
 in the official Spectrum distribution, please send patches
 to the spectrum-devel mailing list (devel@spectrum-os.org).
 For more information, see
-xref:../development/working-with-patches.adoc[Working with Patches].
+xref:working-with-patches.adoc[Working with Patches].
 
 Sending patches to the list is easy — you can do it with Git,
 straight from the command line. You do not have to set anything up
@@ -60,7 +60,7 @@ this style of collaboration can be compared to the alternatives.
 
 If you notice something that can be fixed or improved:
 
-. xref:https://spectrum-os.org/doc/development/first-patch.html#making-changes[Edit or add any relevant documentation].
+. xref:first-patch.html#making-changes[Edit or add any relevant documentation].
 +
 TIP: Make sure your changes are formatted correctly and consistently
 with the rest of the documentation. For information on writing guidelines,
@@ -68,7 +68,7 @@ see xref:../contributing/writing_documentation.adoc[Documentation Style Guide].
 +
 . xref:../contributing/building-documentation.adoc[Test your documentation].
 Reread what you wrote and run a spellchecker on it to make sure you did not miss anything.
-. xref:https://spectrum-os.org/doc/development/first-patch.html#submitting-changes[Submit changes].
+. xref:first-patch.html#submitting-changes[Submit changes].
 
 
 === Documentation To-Do List