Skip to content

Commit 81deba3

Browse files
committed
Updated links to old repository.
1 parent 2b2893d commit 81deba3

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@ files are licensed under the terms of `ARTISTIC License`_.
165165
.. _Mentor Graphics ModelSim/Questa: http://www.mentor.com/products/fv/modelsim/
166166
.. _GHDL: https://sourceforge.net/projects/ghdl-updates/
167167
.. _GTKWave: http://gtkwave.sourceforge.net/
168-
.. _VUnit User Guide: https://github.com/LarsAsplund/vunit/blob/master/user_guide.md
169-
.. _Check User Guide: https://github.com/LarsAsplund/vunit/blob/master/vunit/vhdl/check/user_guide.md
170-
.. _Log User Guide: https://github.com/LarsAsplund/vunit/blob/master/vunit/vhdl/logging/user_guide.md
171-
.. _examples: https://github.com/LarsAsplund/vunit/blob/master/examples
172-
.. _logging: https://github.com/LarsAsplund/vunit/blob/master/examples/vhdl/logging
173-
.. _check: https://github.com/LarsAsplund/vunit/blob/master/examples/vhdl/check
168+
.. _VUnit User Guide: https://github.com/VUnit/vunit/blob/master/user_guide.md
169+
.. _Check User Guide: https://github.com/VUnit/vunit/blob/master/vunit/vhdl/check/user_guide.md
170+
.. _Log User Guide: https://github.com/VUnit/vunit/blob/master/vunit/vhdl/logging/user_guide.md
171+
.. _examples: https://github.com/VUnit/vunit/blob/master/examples
172+
.. _logging: https://github.com/VUnit/vunit/blob/master/examples/vhdl/logging
173+
.. _check: https://github.com/VUnit/vunit/blob/master/examples/vhdl/check
174174
.. _YouTube: https://www.youtube.com/channel/UCCPVCaeWkz6C95aRUTbIwdg
175175
.. _an introduction to unit testing (6 min): https://www.youtube.com/watch?v=PZuBqcxS8t4
176176
.. _short introduction to VUnit (12 min): https://www.youtube.com/watch?v=D8s_VLD91tw
177-
.. _Development document: https://github.com/LarsAsplund/vunit/blob/master/developing.md
178-
.. _new issue: https://github.com/LarsAsplund/vunit/issues/new
177+
.. _Development document: https://github.com/VUnit/vunit/blob/master/developing.md
178+
.. _new issue: https://github.com/VUnit/vunit/issues/new
179179
.. _Mozilla Public License, v. 2.0: http://mozilla.org/MPL/2.0/
180-
.. _redistributed: https://github.com/LarsAsplund/vunit/blob/master/vunit/vhdl/osvvm
181-
.. _modifications: https://github.com/LarsAsplund/vunit/commit/25fce1b3700e746c3fa23bd7157777dd4f20f0d6
182-
.. _examples/vhdl/osvvm\_integration/src: https://github.com/LarsAsplund/vunit/blob/master/examples/vhdl/osvvm_integration/src
180+
.. _redistributed: https://github.com/VUnit/vunit/blob/master/vunit/vhdl/osvvm
181+
.. _modifications: https://github.com/VUnit/vunit/commit/25fce1b3700e746c3fa23bd7157777dd4f20f0d6
182+
.. _examples/vhdl/osvvm\_integration/src: https://github.com/VUnit/vunit/blob/master/examples/vhdl/osvvm_integration/src
183183
.. _ARTISTIC License: http://www.perlfoundation.org/artistic_license_2_0

examples/vhdl/bvul_and_uvvm_integration/test/tb_bvul_integration.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- * <VUnit root>/vhdl/logging/user_guide.md
1616
--
1717
-- The user guides are Markdown documents. If you don't have a Markdown viewer
18-
-- you can read the rendered versions on https://github.com/LarsAsplund/vunit
18+
-- you can read the rendered versions on https://github.com/VUnit/vunit
1919
--
2020
-- For simplicity there is no DUT in this testbench, focus is on describing BVUL
2121
-- and VUnit integration.

examples/vhdl/bvul_and_uvvm_integration/test/tb_uvvm_integration.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- * <VUnit root>/vhdl/logging/user_guide.md
1616
--
1717
-- The user guides are Markdown documents. If you don't have a Markdown viewer
18-
-- you can read the rendered versions on https://github.com/LarsAsplund/vunit
18+
-- you can read the rendered versions on https://github.com/VUnit/vunit
1919
--
2020
-- For simplicity there is no DUT in this testbench, focus is on describing UVVM
2121
-- and VUnit integration.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def find_all_files(directory, endings=None):
3030

3131
setup(
3232
name='vunit_hdl',
33-
version='0.51.0',
33+
version='0.51.1',
3434
packages=['vunit',
3535
'vunit.com',
3636
'vunit.test',
@@ -41,7 +41,7 @@ def find_all_files(directory, endings=None):
4141
'vunit.test.acceptance'],
4242
package_data={'vunit': data_files},
4343
zip_safe=False,
44-
url='https://github.com/LarsAsplund/vunit',
44+
url='https://github.com/VUnit/vunit',
4545
classifiers=['Development Status :: 5 - Production/Stable',
4646
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
4747
'Natural Language :: English',

0 commit comments

Comments
 (0)