diff options
author | saturneric <[email protected]> | 2024-08-17 15:00:39 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-17 15:00:39 +0000 |
commit | e387f93d75629d1b85c8c694832de0eb7c18974c (patch) | |
tree | 33a3d9c06b2537acbdcc90cf5b4717ba79d70fd1 /src/content/docs/overview | |
parent | fix: update docs for v2.1.4 (diff) | |
download | Manual-e387f93d75629d1b85c8c694832de0eb7c18974c.tar.gz Manual-e387f93d75629d1b85c8c694832de0eb7c18974c.zip |
fix: add contents and fix broken links
Diffstat (limited to 'src/content/docs/overview')
-rw-r--r-- | src/content/docs/overview/downloads.md | 2 | ||||
-rw-r--r-- | src/content/docs/overview/faq.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md index ff5a031..648291b 100644 --- a/src/content/docs/overview/downloads.md +++ b/src/content/docs/overview/downloads.md @@ -6,7 +6,7 @@ sidebar: GpgFrontend is available for download through multiple channels. For more detailed instructions on installation and getting started, please refer to the -[Getting Started Guide](../getting-started/). +[Getting Started Guide](/overview/getting-started/). --- diff --git a/src/content/docs/overview/faq.md b/src/content/docs/overview/faq.md index c62959b..517b4cf 100644 --- a/src/content/docs/overview/faq.md +++ b/src/content/docs/overview/faq.md @@ -17,7 +17,7 @@ messages. Users can manage and generate key pairs, encrypt files and emails, and sign their communications for added security. **How can I obtain and start using GpgFrontend?** You can download the latest -version of GpgFrontend from [GpgFrontend's Downloads Page](../downloads/) and +version of GpgFrontend from [GpgFrontend's Downloads Page](/overview/downloads) and choose the installation method for your platform. ## OpenPGP and GnuPG Explained @@ -63,13 +63,13 @@ this based on your operating system: ### Additional Assistance - For more detailed guidance, refer to the quick start manual available at - [Getting Started Guide](../getting-started/). + [Getting Started Guide](/overview/getting-started). ## Reporting Bugs and Contributing **Found a bug?** If you encounter any issues with GpgFrontend, please report them via the GitHub repository. You can also contact me directly if you're not -on GitHub; see the [Contact](../contact/) section for details. +on GitHub; see the [Contact](/overview/contact) section for details. **Interested in contributing?** Feel free to modify GpgFrontend's code and submit a Pull Request with your enhancements. You can also send patches via |