mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: broken links in docs
This commit is contained in:
committed by
Andelf
parent
9669e43722
commit
e6ecc1cfb9
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user