fixed broken URL to Git

This commit is contained in:
Jafeth Garro 2024-08-26 04:24:10 -06:00
parent 8896e58fa1
commit f4a5986c37
2 changed files with 17 additions and 17 deletions

View file

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "building.md",
"file": "contribute/docs.md",
"mode": "source",
"source": true
}
@ -85,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "building.md",
"file": "contribute/docs.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "building.md",
"file": "contribute/docs.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -125,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "building.md"
"file": "contribute/docs.md"
}
}
}
@ -148,28 +148,28 @@
},
"active": "fe7bf5045f52d84c",
"lastOpenFiles": [
"contribute/desktop.md",
"contribute/CODE_OF_CONDUCT.md",
"contribute/CONTRIBUTING.md",
"contribute/docs.md",
"contribute/index.md",
"contribute/translation.md",
"contribute/www.md",
"guides/portable.md",
"guides/wayland.md",
"benchmarks.md",
"guides/install-macos.md",
"building.md",
"index.md",
"faq.md",
"building.md",
"benchmarks.md",
"contribute/index.md",
"guides/index.md",
"themes-store/index.md",
"guides/wayland.md",
"guides/install-macos.md",
"guides/portable.md",
"assets/macos-installation-guide/kofi-goal.jpg",
"contribute/docs.md",
"contribute/CONTRIBUTING.md",
"guides/live-editing.md",
"themes-store/themes-marketplace.md",
"themes-store/themes-marketplace-preferences.md",
"themes-store/themes-marketplace-submission-guidelines.md",
"contribute/www.md",
"contribute/desktop.md",
"contribute/translation.md",
"building-zen-browser/index.md",
"contribute/CODE_OF_CONDUCT.md",
"guides/generic-optimized.md",
"contribute",
"themes-store/Untitled",

View file

@ -10,7 +10,7 @@ This guide will help you get started with contributing to the documentation for
Before you begin, ensure you have the following tools installed:
- **Git**: Version control system to clone the repository and manage your code.
- [**Git**](https://git-scm.com/): Version control system to clone the repository and manage your code.
- [**Node.js**](https://nodejs.org/): Required for building the Quartz v4 site.
- [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js.
- [**Obsidian**](https://obsidian.md/): A powerful Markdown editor recommended for editing and organizing documentation. *(Optional)*