Skip to content

Commit

Permalink
docs: Use absolute links in the README (#811)
Browse files Browse the repository at this point in the history
These broke when rendered in another site like docs.rs.

I'm keeping these pointed to HEAD, as we'll generally want to use the
latest version.
  • Loading branch information
aborgna-q authored Jan 15, 2024
1 parent a0340c2 commit ffa9016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ecosystem.
It provides a high-fidelity representation of operations, that facilitates
compilation and encodes runnable programs.

The HUGR specification is [here](specification/hugr.md).
The HUGR specification is [here](https://github.com/CQCL/hugr/blob/main/specification/hugr.md).

## Usage

Expand Down Expand Up @@ -41,7 +41,7 @@ version will only change on major releases.

## Development

See [DEVELOPMENT.md](DEVELOPMENT.md) for instructions on setting up the development environment.
See [DEVELOPMENT.md](https://github.com/CQCL/hugr/blob/main/DEVELOPMENT.md) for instructions on setting up the development environment.

## License

Expand All @@ -52,5 +52,5 @@ This project is licensed under Apache License, Version 2.0 ([LICENSE][] or http:
[msrv]: https://img.shields.io/badge/rust-1.75.0%2B-blue.svg
[crates]: https://img.shields.io/crates/v/quantinuum-hugr
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/hugr?logo=codecov
[LICENSE]: LICENCE
[CHANGELOG]: CHANGELOG.md
[LICENSE]: https://github.com/CQCL/hugr/blob/main/LICENCE
[CHANGELOG]: https://github.com/CQCL/hugr/blob/main/CHANGELOG.md

0 comments on commit ffa9016

Please sign in to comment.