Skip to content

Commit 98d868f

Browse files
Werni2ATim 'mithro' Ansell
authored andcommitted
Fix some links
Signed-off-by: Dominik Wernberger <[email protected]>
1 parent 8725f25 commit 98d868f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All contributions should be sent as
1212

1313
All software (code, associated documentation, support files, etc) in the
1414
Project X-Ray repository are licensed under the very permissive
15-
[ISC Licence](COPYING). A copy can be found in the [`COPYING`](COPYING) file.
15+
[ISC Licence](https://opensource.org/licenses/ISC). A copy can be found in the [`LICENSE`](LICENSE) file.
1616

1717
All new contributions must also be released under this license.
1818

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Documenting the Xilinx 7-series bit-stream format.
99
This repository contains both tools and scripts which allow you to document the
1010
bit-stream format of Xilinx 7-series FPGAs.
1111

12-
More documentation can be found published on [prjxray ReadTheDocs site](http://prjxray.readthedocs.io/en/latest/) - this includes;
13-
* [Highlevel Bitstream Architecture](http://prjxray.readthedocs.io/en/latest/architecture/overview.html)
14-
* [Overview of DB Development Process](http://prjxray.readthedocs.io/en/latest/db_dev_process/overview.html)
12+
More documentation can be found published on [prjxray ReadTheDocs site](https://prjxray.readthedocs.io/en/latest/) - this includes;
13+
* [Highlevel Bitstream Architecture](https://prjxray.readthedocs.io/en/latest/architecture/overview.html)
14+
* [Overview of DB Development Process](https://prjxray.readthedocs.io/en/latest/db_dev_process/index.html)
1515

1616
# Quickstart Guide
1717
Instructions were originally written for Ubuntu 16.04. Please let us know if you have information on other distributions.
@@ -152,7 +152,7 @@ Fuzzers are the scripts which generate the large number of bitstream.
152152
They are called "fuzzers" because they follow an approach similar to the
153153
[idea of software testing through fuzzing](https://en.wikipedia.org/wiki/Fuzzing).
154154

155-
### [Tools](tools) & [Libs](libs)
155+
### [Tools](tools) & [Libs](lib)
156156

157157
Tools & libs are useful tools (and libraries) for converting the resulting
158158
bitstreams into various formats.
@@ -214,7 +214,7 @@ All contributions should be sent as
214214

215215
All software (code, associated documentation, support files, etc) in the
216216
Project X-Ray repository are licensed under the very permissive
217-
[ISC Licence](COPYING). A copy can be found in the [`COPYING`](COPYING) file.
217+
[ISC Licence](https://opensource.org/licenses/ISC). A copy can be found in the [`LICENSE`](LICENSE) file.
218218

219219
All new contributions must also be released under this license.
220220

0 commit comments

Comments
 (0)