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": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "building.md", "file": "contribute/docs.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@ -85,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "building.md", "file": "contribute/docs.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "building.md", "file": "contribute/docs.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -125,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "building.md" "file": "contribute/docs.md"
} }
} }
} }
@ -148,28 +148,28 @@
}, },
"active": "fe7bf5045f52d84c", "active": "fe7bf5045f52d84c",
"lastOpenFiles": [ "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", "index.md",
"faq.md", "faq.md",
"building.md",
"benchmarks.md",
"contribute/index.md",
"guides/index.md", "guides/index.md",
"themes-store/index.md", "themes-store/index.md",
"guides/wayland.md",
"guides/install-macos.md",
"guides/portable.md",
"assets/macos-installation-guide/kofi-goal.jpg", "assets/macos-installation-guide/kofi-goal.jpg",
"contribute/docs.md",
"contribute/CONTRIBUTING.md",
"guides/live-editing.md", "guides/live-editing.md",
"themes-store/themes-marketplace.md", "themes-store/themes-marketplace.md",
"themes-store/themes-marketplace-preferences.md", "themes-store/themes-marketplace-preferences.md",
"themes-store/themes-marketplace-submission-guidelines.md", "themes-store/themes-marketplace-submission-guidelines.md",
"contribute/www.md",
"contribute/desktop.md",
"contribute/translation.md",
"building-zen-browser/index.md", "building-zen-browser/index.md",
"contribute/CODE_OF_CONDUCT.md",
"guides/generic-optimized.md", "guides/generic-optimized.md",
"contribute", "contribute",
"themes-store/Untitled", "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: 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. - [**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. - [**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)* - [**Obsidian**](https://obsidian.md/): A powerful Markdown editor recommended for editing and organizing documentation. *(Optional)*