Skip to content

Commit 07dec44

Browse files
committed
feat(transfer): rename links
#140
1 parent 7eaad76 commit 07dec44

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
First of all, thanks for taking the time to contribute! :+1:
33

44
## How Can I Contribute?
5-
[issues]: https://github.com/niyazm524/github-client/issues
6-
[issues-new]: https://github.com/niyazm524/github-client/issues/new
7-
[pr]: https://github.com/niyazm524/github-client/pulls
8-
[pr-new]: https://github.com/niyazm524/github-client/compare
5+
[issues]: https://github.com/ani-team/github-client/issues
6+
[issues-new]: https://github.com/ani-team/github-client/issues/new
7+
[pr]: https://github.com/ani-team/github-client/pulls
8+
[pr-new]: https://github.com/ani-team/github-client/compare
99

1010
- [Report bugs, suggest improvements and new rules][issues-new]
1111
> If something doesn't work well for you or can be done better, please let us know!
@@ -20,10 +20,10 @@ First of all, thanks for taking the time to contribute! :+1:
2020
> And be tolerant of our CI...
2121
2222
## Code Style
23-
1. Please, learn and follow our [accepted codestyle](https://github.com/niyazm524/github-client/wiki/CodeStyle), [dev-guide](https://github.com/niyazm524/github-client/wiki/Dev-Guide) and [project structure](https://github.com/niyazm524/github-client/wiki/Project-Structure)
23+
1. Please, learn and follow our [accepted codestyle](https://github.com/ani-team/github-client/wiki/CodeStyle), [dev-guide](https://github.com/ani-team/github-client/wiki/Dev-Guide) and [project structure](https://github.com/ani-team/github-client/wiki/Project-Structure)
2424
2. We're using few code linters && formatters:
2525
- ESLint (react + ts + graphql)
2626
- Prettier
2727
- Stylelint
2828

29-
Use [IDE plugins](https://github.com/niyazm524/github-client/wiki/Dev-Guide#vscode) or [scripts with autofix before PR](https://github.com/niyazm524/github-client/wiki/Dev-Guide#launch-tests)
29+
Use [IDE plugins](https://github.com/ani-team/github-client/wiki/Dev-Guide#vscode) or [scripts with autofix before PR](https://github.com/ani-team/github-client/wiki/Dev-Guide#launch-tests)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
GitHub client within the *React Akvelon 2020* course.
66

77
[wiki]: https://github.com/martis-git/github-client/wiki
8-
[requirements]: https://github.com/niyazm524/github-client/wiki/%5BRU%5D-Requirements
9-
[codestyle]: https://github.com/niyazm524/github-client/wiki/CodeStyle
10-
[structure]: https://github.com/niyazm524/github-client/wiki/Project-Structure
11-
[dev-guide]: https://github.com/niyazm524/github-client/wiki/Dev-Guide
8+
[requirements]: https://github.com/ani-team/github-client/wiki/%5BRU%5D-Requirements
9+
[codestyle]: https://github.com/ani-team/github-client/wiki/CodeStyle
10+
[structure]: https://github.com/ani-team/github-client/wiki/Project-Structure
11+
[dev-guide]: https://github.com/ani-team/github-client/wiki/Dev-Guide
1212

1313
- [Project WIKI][wiki]
1414
- [Requirements (RU)][requirements]
@@ -29,7 +29,7 @@ GitHub client within the *React Akvelon 2020* course.
2929
- [Get feedback](https://github-client.gq/some-unexisting-route-but-we-have-error-parking-page) if some errors occurred
3030
- Try [**github-client right now**](https://github-client.gq) or [last dev version (but unstable)](https://dev.github-client.gq) =}
3131

32-
> If you found issues or have ideas for service - please, [share with us](https://github.com/niyazm524/github-client/issues/new) 🔥
32+
> If you found issues or have ideas for service - please, [share with us](https://github.com/ani-team/github-client/issues/new) 🔥
3333
3434
<img alt="screen" src="docs/search.png" />
3535

src/app/header/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Auth } from "features";
77
import { ReactComponent as IcLogo } from "./logo.svg";
88
import "./index.scss";
99

10-
const FEEDBACK_URL = "https://github.com/niyazm524/github-client/issues/new";
11-
const GITHUB_URL = "https://github.com/niyazm524/github-client";
10+
const FEEDBACK_URL = "https://github.com/ani-team/github-client/issues/new";
11+
const GITHUB_URL = "https://github.com/ani-team/github-client";
1212

1313
const Header = () => {
1414
const { isAuth } = Auth.useAuth();

0 commit comments

Comments
 (0)