Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Jul 21, 2022
1 parent 34a2268 commit 674f179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Git Alias is a collection of git version control alias settings that can help yo

You can use Git Alias various ways:

* Download the Git Alias file here: [gitalias.txt](https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt).
* Download the Git Alias file here: [gitalias.txt](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt).

* Install Git Alias via a variety of ways: [install guide](install/).

Expand Down
2 changes: 1 addition & 1 deletion doc/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Download the file [`gitalias.txt`](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt) as you wish, such as:

```sh
curl https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt -o gitalias.txt
curl https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt -o gitalias.txt
```

Run `git config` to include the file as you wish, such as:
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Git Alias is a collection of git version control shortcuts, functions, and comma

To see the complete code, view this file:

* [gitalias.txt](https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt)
* [gitalias.txt](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt)


### Why use this?
Expand Down

0 comments on commit 674f179

Please sign in to comment.