Skip to content

Commit e0614ef

Browse files
authored
Fix broken tarball download link in installation docs (#201)
1 parent f6ec643 commit e0614ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ $ git clone https://github.com/osl-incubator/sugar.git
2929
```
3030

3131
Or download the
32-
[tarball](https://github.com/osl-incubator/sugar.git/tarball/main):
32+
[tarball](https://github.com/osl-incubator/sugar/tarball/main):
3333

3434
```bash
35-
$ curl -OJL https://github.com/osl-incubator/sugar.git/tarball/main
35+
$ curl -OJL https://github.com/osl-incubator/sugar/tarball/main
3636
```
3737

3838
Once you have a copy of the source, you can install it with:

0 commit comments

Comments
 (0)