diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ja/feature_userspace.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/feature_userspace.md b/docs/ja/feature_userspace.md index 6938132471..34e4210076 100644 --- a/docs/ja/feature_userspace.md +++ b/docs/ja/feature_userspace.md @@ -2,7 +2,7 @@ <!--- original document: 0.9.0:docs/feature_userspace.md - git diff 0.9.0 HEAD -- docs/feature_userspace.md | cat + git diff 0.9.43 HEAD -- docs/feature_userspace.md | cat --> 似たキーマップを複数のキーボードで使う場合、それらの間でコードを共有できるという利点が得られることがあります。`users/`に以下の構造でキーマップ(理想的には GitHub のユーザ名、`<name>`)と同じ名前の独自のフォルダを作成します: @@ -116,7 +116,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ## 例 -簡単な例については、[`/users/_example/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) を調べてください。 +簡単な例については、[`/users/_example/`](https://github.com/qmk/qmk_firmware/tree/master/users/_example) を調べてください。 より複雑な例については、[`/users/drashna/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) のユーザスペースを調べてください。 |