Skip to content

Commit

Permalink
Update gittuf links
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <aditya@saky.in>
  • Loading branch information
adityasaky committed Aug 30, 2023
1 parent 575b8cc commit 9bd810c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ theme: just-the-docs
url: https://gittuf.github.io

nav_external_links:
- title: gittuf on GitHub
url: https://github.com/adityasaky/gittuf
- title: Repository
url: https://github.com/gittuf/gittuf
hide_icon: false
- title: Demo
url: https://github.com/gittuf/demo
hide_icon: false
- title: Roadmap
url: https://github.com/adityasaky/gittuf/blob/main/docs/roadmap.md
url: https://github.com/gittuf/gittuf/blob/main/docs/roadmap.md
hide_icon: false
8 changes: 4 additions & 4 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from Git users if they believe gittuf's design is not compatible with their
workflows. Please file an issue on the [gittuf repository] to get started!


[code of conduct]: https://github.com/adityasaky/gittuf/blob/main/CODE-OF-CONDUCT.md
[contributing guide]: https://github.com/adityasaky/gittuf/blob/main/CONTRIBUTING.md
[gittuf repository]: https://github.com/adityasaky/gittuf
[design document]: https://github.com/adityasaky/gittuf/blob/main/docs/specification.md
[code of conduct]: https://github.com/gittuf/gittuf/blob/main/CODE-OF-CONDUCT.md
[contributing guide]: https://github.com/gittuf/gittuf/blob/main/CONTRIBUTING.md
[gittuf repository]: https://github.com/gittuf/gittuf
[design document]: https://github.com/gittuf/gittuf/blob/main/docs/specification.md
2 changes: 1 addition & 1 deletion design.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ gittuf-specific namespace. These artifacts are not visible in the "main"
contents of a repository, and therefore do not create any clutter.


[design document]: https://github.com/adityasaky/gittuf/blob/main/docs/specification.md
[design document]: https://github.com/gittuf/gittuf/blob/main/docs/specification.md
[Sigstore]: https://sigstore.dev
[gitsign]: https://github.com/sigstore/gitsign
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ gittuf requires Go 1.20 or higher.
The tool can be installed using `go install` as follows:

```bash
$ go install github.com/adityasaky/gittuf@latest
$ go install github.com/gittuf/gittuf@latest
```

Alternatively, you can clone the repository and run `make`. This will also run
the test suite prior to installing gittuf.

```bash
$ git clone https://github.com/adityasaky/gittuf
$ git clone https://github.com/gittuf/gittuf
$ cd gittuf
$ make
```
Expand Down

0 comments on commit 9bd810c

Please sign in to comment.