Skip to content

Commit

Permalink
Fix YosysHQ links
Browse files Browse the repository at this point in the history
Signed-off-by: Clifford Wolf <clifford@clifford.at>
  • Loading branch information
cliffordwolf committed Aug 13, 2019
1 parent 06cc339 commit 9cb542a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Getting Started
===============

The example files used in this chapter can be downloaded from `here
<https://github.com/cliffordwolf/SymbiYosys/tree/master/docs/examples/quickstart>`_.
<https://github.com/YosysHQ/SymbiYosys/tree/master/docs/examples/quickstart>`_.

Installing
----------
Expand Down Expand Up @@ -36,19 +36,19 @@ Next install Yosys, Yosys-SMTBMC and ABC (``yosys-abc``):

.. code-block:: text
git clone https://github.com/cliffordwolf/yosys.git yosys
git clone https://github.com/YosysHQ/yosys.git yosys
cd yosys
make -j$(nproc)
sudo make install
SymbiYosys
~~~~~~~~~~

https://github.com/cliffordwolf/SymbiYosys
https://github.com/YosysHQ/SymbiYosys

.. code-block:: text
git clone https://github.com/cliffordwolf/SymbiYosys.git SymbiYosys
git clone https://github.com/YosysHQ/SymbiYosys.git SymbiYosys
cd SymbiYosys
sudo make install
Expand Down

0 comments on commit 9cb542a

Please sign in to comment.