Browse Source

fix: broken links in docs

Giuseppe D'Andrea 3 years ago
parent
commit
e6ecc1cfb9
2 changed files with 4 additions and 4 deletions
  1. 3 3
      docs/contributing-to-translations.md
  2. 1 1
      docs/develop-logseq.md

+ 3 - 3
docs/contributing-to-translations.md

@@ -14,11 +14,11 @@ In order to run the commands in this doc, you will need to install
 ## Where to Contribute
 
 Language translations are in two files,
-[frontend/dicts.cljs](https://github.com/logseq/logseq/blob/feature/lang-tasks-and-ci/src/main/frontend/dicts.cljs)
+[frontend/dicts.cljs](https://github.com/logseq/logseq/blob/master/src/main/frontend/dicts.cljs)
 and
-[shortcut/dict.cljs](https://github.com/logseq/logseq/blob/feature/lang-tasks-and-ci/src/main/frontend/modules/shortcut/dict.cljs).
+[shortcut/dict.cljs](https://github.com/logseq/logseq/blob/master/src/main/frontend/modules/shortcut/dict.cljs).
 When translating `shortcut/dict.cljs` you will want to refer to
-https://github.com/logseq/logseq/blob/feature/lang-tasks-and-ci/src/main/frontend/modules/shortcut/config.cljs
+https://github.com/logseq/logseq/blob/master/src/main/frontend/modules/shortcut/config.cljs
 for the English equivalent.
 
 ## Language Overview

+ 1 - 1
docs/develop-logseq.md

@@ -1,7 +1,7 @@
 # Develop Logseq
 ## Requirements
 
-- [Node.js](https://nodejs.org/en/download/) (See [build.yml](.github/workflows/build.yml) for allowed version)  & [Yarn](https://classic.yarnpkg.com/en/docs/install/)
+- [Node.js](https://nodejs.org/en/download/) (See [build.yml](https://github.com/logseq/logseq/blob/master/.github/workflows/build.yml) for allowed version)  & [Yarn](https://classic.yarnpkg.com/en/docs/install/)
 - [Java & Clojure](https://clojure.org/guides/getting_started). (If you run into `Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2). -M:cljs (No such file or directory)`, it means you have a wrong Clojure version installed. Please uninstall it and follow the instructions linked.)
 
 ## Clone project