@@ -9,9 +9,9 @@ Documenting the Xilinx 7-series bit-stream format.
9
9
This repository contains both tools and scripts which allow you to document the
10
10
bit-stream format of Xilinx 7-series FPGAs.
11
11
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)
15
15
16
16
# Quickstart Guide
17
17
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.
152
152
They are called "fuzzers" because they follow an approach similar to the
153
153
[ idea of software testing through fuzzing] ( https://en.wikipedia.org/wiki/Fuzzing ) .
154
154
155
- ### [ Tools] ( tools ) & [ Libs] ( libs )
155
+ ### [ Tools] ( tools ) & [ Libs] ( lib )
156
156
157
157
Tools & libs are useful tools (and libraries) for converting the resulting
158
158
bitstreams into various formats.
@@ -214,7 +214,7 @@ All contributions should be sent as
214
214
215
215
All software (code, associated documentation, support files, etc) in the
216
216
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.
218
218
219
219
All new contributions must also be released under this license.
220
220
0 commit comments