]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update documentation links
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Sep 2024 16:07:01 +0000 (18:07 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 5 Sep 2024 16:11:44 +0000 (18:11 +0200)
README.md
blog/content/a-reintroduction-to-mkosi.md
docs/_data/documentation_page.json
docs/distribution-policy.md
mkosi.md
mkosi/resources/man/mkosi.md

index e2569760e701f7bde81241d5f9f6e56042f8c7fc..b02f84b43a8774a51d0353d4d50ec04b630ac5c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ and `zypper` that generates customized disk images with a number of
 bells and whistles.
 
 For a longer description and available features and options, see the
-[man page](mkosi/resources/mkosi.md).
+[man page](mkosi/resources/man/mkosi.md).
 
 <a href="https://repology.org/project/mkosi/versions">
     <img align="right" src="https://repology.org/badge/vertical-allrepos/mkosi.svg?exclude_sources=site&exclude_unsupported=1" alt="Packaging status">
index 8fbdaa270b2d4781c07a54258a3936bbdc613fce..7662f60bf12e7e57d0cc2c9067f582dfd483b661 100644 (file)
@@ -378,7 +378,7 @@ extension image.
 
 There's many more features that we won't go over in detail here in this
 blog post. Learn more about those by reading the
-[documentation](https://github.com/systemd/mkosi/blob/main/mkosi/resources/mkosi.md).
+[documentation](https://github.com/systemd/mkosi/blob/main/mkosi/resources/man/mkosi.md).
 
 ## Conclusion
 
index cb8e33171dff190736383fd5b1ac803fbce24b93..dd89d23e79cd7fbf4cc6a798a8638f35f5eb0fef 100644 (file)
@@ -1,3 +1,3 @@
 [
-  { "category": "Documentation", "title": "A longer description and available features and options", "url": "https://github.com/systemd/mkosi/blob/main/mkosi/resources/mkosi.md" }
+  { "category": "Documentation", "title": "A longer description and available features and options", "url": "https://github.com/systemd/mkosi/blob/main/mkosi/resources/man/mkosi.md" }
 ]
index da8f530d00a035b6e10a33c17ca54c11a84127fc..b4c0155bfd7c71425b0301d1dd8501beadc71e57 100644 (file)
@@ -50,7 +50,7 @@ used:
   necessary methods.
 - Update any relevant methods on the `Distribution` enum to take the new
   distribution into account.
-- Update the documentation in `mkosi/resources/mkosi.md`
+- Update the documentation in `mkosi/resources/man/mkosi.md`
 - Update the default initrd, tools and default image configurations in
   `mkosi/resources/mkosi-initrd`, `mkosi/resources/mkosi-tools` and
   `mkosi.conf.d` respectively. If the distribution is a variant of
index b6bb8ba754ee7b76d1cbabfe716fd5c0a20a9fc9..41057e6b9ec35f8001cba3f551dbe72179f3dd04 120000 (symlink)
--- a/mkosi.md
+++ b/mkosi.md
@@ -1 +1 @@
-mkosi/resources/mkosi.md
\ No newline at end of file
+mkosi/resources/man/mkosi.md
\ No newline at end of file
index faf5393404362d88368b06d1f3705f9a44c6680b..7e80cc589b7a440aac9df16c4f9737f4f4efe63e 100644 (file)
@@ -164,7 +164,7 @@ The following command line verbs are known:
     file `mkosi.1` into the `mkosi/resources` directory of the Python
     package, if it is missing, as well as to install it in the appropriate
     search path for man pages. The man page can be generated from the
-    markdown file `mkosi/resources/mkosi.md` e.g via
+    markdown file `mkosi/resources/man/mkosi.md` e.g via
     `pandoc -t man -s -o mkosi.1 mkosi.md`.
 
 `dependencies`