diff options
author | jermanuts <[email protected]> | 2024-04-07 02:59:43 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-07 02:59:43 +0000 |
commit | d6d447b00ce1851f0918bab404bb5618c69abd51 (patch) | |
tree | f4e7235a287f6b6e517e64cfba4856e280b90326 /src | |
parent | fix: sync from @jermanuts at branch main (diff) | |
download | Manual-d6d447b00ce1851f0918bab404bb5618c69abd51.tar.gz Manual-d6d447b00ce1851f0918bab404bb5618c69abd51.zip |
fix: repair broken links and add missing MS download badge (#1)
Diffstat (limited to 'src')
-rw-r--r-- | src/content/docs/appendix/contribute.md | 2 | ||||
-rw-r--r-- | src/content/docs/overview/downloads.md | 6 | ||||
-rw-r--r-- | src/content/docs/overview/faq.md | 11 |
3 files changed, 8 insertions, 11 deletions
diff --git a/src/content/docs/appendix/contribute.md b/src/content/docs/appendix/contribute.md index 37e03d4..65cdba9 100644 --- a/src/content/docs/appendix/contribute.md +++ b/src/content/docs/appendix/contribute.md @@ -61,7 +61,7 @@ the repository and clone it locally. For email contributions, ensure Git is installed on your machine. For setting up local development Environment, you can refer to [this -section](setup-dev-env.md). +section](../setup-dev-env/). ### Step 2: Making Changes diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md index f870a04..2f9f5a1 100644 --- a/src/content/docs/overview/downloads.md +++ b/src/content/docs/overview/downloads.md @@ -7,7 +7,7 @@ sidebar: GpgFrontend is available for download through multiple channels. For more detailed instructions on installation and getting started, please refer to the -[Quick Start Manual](quick-start.md). +[Getting Started Guide](../getting-started/). --- @@ -52,4 +52,6 @@ detailed instructions on installation and getting started, please refer to the - **Microsoft Store Download**: Windows users can visit the application store page through the Microsoft Store badge below. - <ms-store-badge productid="9NH716MQK2B5"></ms-store-badge> +<a href="https://apps.microsoft.com/detail/9nh716mqk2b5"> + <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> +</a> diff --git a/src/content/docs/overview/faq.md b/src/content/docs/overview/faq.md index ca9e756..ba77c65 100644 --- a/src/content/docs/overview/faq.md +++ b/src/content/docs/overview/faq.md @@ -16,11 +16,7 @@ GpgFrontend supports digital signatures to verify the integrity and origin of 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 its GitHub repository. Visit [GpgFrontend's -Downloads Page](https://www.gpgfrontend.bktus.com/#/downloads) to find the most -recent release. Installation is straightforward: just follow the ReadME -instructions to set it up. +**How can I obtain and start using GpgFrontend?** You can download the latest version of GpgFrontend from [GpgFrontend's Downloads Page](../downloads/) and choose the installtion method for your platform. ## OpenPGP and GnuPG Explained @@ -64,14 +60,13 @@ this based on your operating system: ### Additional Assistance -- For more detailed guidance, refer to the quick start manual available at - [Quick Start Guide](quick-start.md). +- For more detailed guidance, refer to the quick start manual available at [Getting Started Guide](../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](contract.md) section for details. +on GitHub; see the [Contact](../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 |