Skip to content

Commit f9815d5

Browse files
committed
Update some links
Signed-off-by: David Shah <[email protected]>
1 parent c9dcfbd commit f9815d5

File tree

3 files changed

+7
-60
lines changed

3 files changed

+7
-60
lines changed

CONTRIBUTING.md

-53
Original file line numberDiff line numberDiff line change
@@ -21,59 +21,6 @@ By contributing you agree to the [code of conduct](CODE_OF_CONDUCT.md). We
2121
follow the open source best practice of using the [Contributor
2222
Covenant](https://www.contributor-covenant.org/) for our Code of Conduct.
2323

24-
### Sign your work
25-
26-
To improve tracking of who did what, we follow the Linux Kernel's
27-
["sign your work" system](https://github.com/wking/signed-off-by).
28-
This is also called a
29-
["DCO" or "Developer's Certificate of Origin"](https://developercertificate.org/).
30-
31-
**All** commits are required to include this sign off and we use the
32-
[Probot DCO App](https://github.com/probot/dco) to check pull requests for
33-
this.
34-
35-
The sign-off is a simple line at the end of the explanation for the
36-
patch, which certifies that you wrote it or otherwise have the right to
37-
pass it on as a open-source patch. The rules are pretty simple: if you
38-
can certify the below:
39-
40-
Developer's Certificate of Origin 1.1
41-
42-
By making a contribution to this project, I certify that:
43-
44-
(a) The contribution was created in whole or in part by me and I
45-
have the right to submit it under the open source license
46-
indicated in the file; or
47-
48-
(b) The contribution is based upon previous work that, to the best
49-
of my knowledge, is covered under an appropriate open source
50-
license and I have the right under that license to submit that
51-
work with modifications, whether created in whole or in part
52-
by me, under the same open source license (unless I am
53-
permitted to submit under a different license), as indicated
54-
in the file; or
55-
56-
(c) The contribution was provided directly to me by some other
57-
person who certified (a), (b) or (c) and I have not modified
58-
it.
59-
60-
(d) I understand and agree that this project and the contribution
61-
are public and that a record of the contribution (including all
62-
personal information I submit with it, including my sign-off) is
63-
maintained indefinitely and may be redistributed consistent with
64-
this project or the open source license(s) involved.
65-
66-
then you just add a line saying
67-
68-
Signed-off-by: Random J Developer <[email protected]>
69-
70-
using your real name (sorry, no pseudonyms or anonymous contributions.)
71-
72-
73-
74-
75-
76-
7724
----
7825

7926
This file is generated from [README.md](README.md), please edit that file then

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install the dependencies for Project Trellis:
1818

1919
Clone the Project Trellis repository and download the latest database:
2020

21-
git clone --recursive https://github.com/SymbiFlow/prjtrellis
21+
git clone --recursive https://github.com/YosysHQ/prjtrellis
2222
2323
Install _libtrellis_ and associated tools. You _must_ run `cmake` from the libtrellis directory.
2424
Out-of-tree builds are currently unsupported when coupled with `nextpnr`:
@@ -60,8 +60,8 @@ boards have been tested and confirmed working:
6060
## For Developers
6161

6262
Project Trellis documents the Lattice ECP5 bit-stream format and internal architecture. Current documentation is
63-
located in machine-readable format in [prjtrellis-db](https://github.com/SymbiFlow/prjtrellis-db)
64-
and is also [published online as HTML](https://symbiflow.github.io/prjtrellis-db/).
63+
located in machine-readable format in [prjtrellis-db](https://github.com/YosysHQ/prjtrellis-db)
64+
and is also [published online as HTML](https://yosyshq.github.io/prjtrellis-db/).
6565

6666
This repository contains both tools and scripts which allow you to document the
6767
bit-stream format of Lattice ECP5 series FPGAs.
@@ -148,7 +148,7 @@ Boost::Python so that fuzzers and utilities can be written in Python.
148148
### Database
149149

150150
Instead of downloading the
151-
[compiled part database](https://github.com/SymbiFlow/prjtrellis-db),
151+
[compiled part database](https://github.com/YosysHQ/prjtrellis-db),
152152
it can also be created from scratch. However, this procedure
153153
takes several hours, even on a decent workstation.
154154
First, the empty reference bitstreams and the tile layout must be created

tools/html_all.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<h1>Project Trellis HTML Documentation</h1>
2929
<p>Project Trellis is a project to document the ECP5 bitstream and internal architecture.</p>
3030
<p>This repository contains HTML documentation automatically generated from the
31-
<a href="https://github.com/SymbiFlow/prjtrellis">Project Trellis</a> database. The equivalent
32-
machine-readable data is located in <a href="https://github.com/SymbiFlow/prjtrellis-db">prjtrellis-db.<a/>
31+
<a href="https://github.com/YosysHQ/prjtrellis">Project Trellis</a> database. The equivalent
32+
machine-readable data is located in <a href="https://github.com/YosysHQ/prjtrellis-db">prjtrellis-db.<a/>
3333
Data generated includes tilemap data and bitstream data for many tile types. Click on any tile to see its bitstream
3434
documentation.
3535
</p>
@@ -38,7 +38,7 @@
3838
on the <a href="http://prjtrellis.readthedocs.io/en/latest/">Read the Docs</a> site.</p>
3939
4040
<p>This HTML documentation was generated at ${datetime} from prjtrellis-db commit
41-
<a href="https://github.com/SymbiFlow/prjtrellis-db/tree/${commit}">${commit}</a>.</p>
41+
<a href="https://github.com/YosysHQ/prjtrellis-db/tree/${commit}">${commit}</a>.</p>
4242
<hr/>
4343
$docs_toc
4444
<hr/>

0 commit comments

Comments
 (0)