Skip to content

Commit b09ff1e

Browse files
committed
update to new git repo
1 parent a2c6f31 commit b09ff1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

data/doc/1.installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 🧶 Manual
44

55
```shell
6-
git clone https://github.com/ogios/way-edges.git
6+
git clone https://github.com/way-edges/way-edges.git
77
```
88

99
```shell

data/doc/3.basic_config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
We use `jsonc` for configuration.
44
Configuration file should be `~/.config/way-edges/config.jsonc`.
55

6-
We also have schema for the configurations: [config.schema.json](https://github.com/ogios/way-edges/blob/master/config/defs.schema.json).
6+
We also have schema for the configurations: [config.schema.json](https://github.com/way-edges/way-edges/blob/master/config/defs.schema.json).
77
Add it to your file:
88

99
```json
1010
// ~/.config/way-edges/config.jsonc
1111
{
12-
"$schema": "https://raw.githubusercontent.com/ogios/way-edges/master/config/config.schema.json"
12+
"$schema": "https://raw.githubusercontent.com/way-edges/way-edges/master/config/config.schema.json"
1313
}
1414
```
1515

src/widgets/navi/common.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MenuDrawer.displayName = 'MenuDrawer'
4141
export const Contact = memo(() => {
4242
return (
4343
<div className="flex flex-col items-center align-center content-center justify-center mr-3">
44-
<a href="https://github.com/ogios/way-edges">
44+
<a href="https://github.com/way-edges/way-edges">
4545
<GitHubLogoIcon className="w-[20px] h-[20px] hover:w-[25px] hover:h-[25px] hover:text-[color:var(--link-hover)] hover:translate-x-[2.5px]" />
4646
</a>
4747
</div>

0 commit comments

Comments
 (0)