fix links
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,7 +7,7 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -7,7 +7,7 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
|
||||
**Describe the problem/limitation you think should be addressed**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -6,6 +6,6 @@ this change.
|
||||
|
||||
# Checklist
|
||||
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
- [ ] This change has been tested and does not break any of the existing unit tests. (if unable to run the tests, let us know)
|
||||
- [ ] If this change adds new features, I have added new unit tests that cover them.
|
||||
|
||||
@@ -9,9 +9,9 @@ transparent as possible, whether it's:
|
||||
- Becoming a maintainer
|
||||
|
||||
|
||||
## Open an issue using the [Issue Tracker](https://github.com/SystemRDL/PeakRDL-busdecoder/issues)
|
||||
## Open an issue using the [Issue Tracker](https://github.com/arnavsacheti/PeakRDL-busdecoder/issues)
|
||||
Talking to us is the easiest way to contribute! Report a bug or feature request by
|
||||
[opening a new issue](https://github.com/SystemRDL/PeakRDL-busdecoder/issues).
|
||||
[opening a new issue](https://github.com/arnavsacheti/PeakRDL-busdecoder/issues).
|
||||
|
||||
Issue submission expectations:
|
||||
* Please keep each issue submission limited to one topic. This helps us stay organized.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[](http://peakrdl-busdecoder.readthedocs.io)
|
||||
[](https://github.com/SystemRDL/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain)
|
||||
[](https://coveralls.io/github/SystemRDL/PeakRDL-busdecoder?branch=main)
|
||||
[](https://github.com/arnavsacheti/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain)
|
||||
[](https://coveralls.io/github/arnavsacheti/PeakRDL-busdecoder?branch=main)
|
||||
[](https://pypi.org/project/peakrdl-busdecoder)
|
||||
|
||||
# PeakRDL-busdecoder
|
||||
|
||||
@@ -53,7 +53,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
html_theme = "sphinx_book_theme"
|
||||
|
||||
html_theme_options = {
|
||||
"repository_url": "https://github.com/SystemRDL/PeakRDL-busdecoder",
|
||||
"repository_url": "https://github.com/arnavsacheti/PeakRDL-busdecoder",
|
||||
"path_to_docs": "docs",
|
||||
"use_download_button": False,
|
||||
"use_source_button": True,
|
||||
|
||||
@@ -127,5 +127,5 @@ complexity to the tool.
|
||||
|
||||
If you encounter a lint violation, please carefully review and consider waiving
|
||||
it if it does not pose an actual danger. If you still believe it is a problem,
|
||||
please let us know by `submitting an issue <https://github.com/SystemRDL/PeakRDL-busdecoder/issues>`_
|
||||
please let us know by `submitting an issue <https://github.com/arnavsacheti/PeakRDL-busdecoder/issues>`_
|
||||
that describes the problem.
|
||||
|
||||
@@ -35,9 +35,9 @@ PeakRDL-busdecoder: `PeakRDL-busdecoder-VHDL <https://peakrdl-busdecoder-vhdl.re
|
||||
Links
|
||||
-----
|
||||
|
||||
- `Source repository <https://github.com/SystemRDL/PeakRDL-busdecoder>`_
|
||||
- `Release Notes <https://github.com/SystemRDL/PeakRDL-busdecoder/releases>`_
|
||||
- `Issue tracker <https://github.com/SystemRDL/PeakRDL-busdecoder/issues>`_
|
||||
- `Source repository <https://github.com/arnavsacheti/PeakRDL-busdecoder>`_
|
||||
- `Release Notes <https://github.com/arnavsacheti/PeakRDL-busdecoder/releases>`_
|
||||
- `Issue tracker <https://github.com/arnavsacheti/PeakRDL-busdecoder/issues>`_
|
||||
- `PyPi <https://pypi.org/project/peakrdl-busdecoder>`_
|
||||
- `SystemRDL Specification <http://accellera.org/downloads/standards/systemrdl>`_
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ Licensing
|
||||
|
||||
Re-distribution of the PeakRDL-busdecoder code generator tool shall adhere to the
|
||||
terms outlined by the GNU LGPL v3 license. For a copy of the license, see:
|
||||
https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/LICENSE
|
||||
https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/LICENSE
|
||||
|
||||
|
||||
Why LGPLv3?
|
||||
@@ -35,7 +35,7 @@ The following are exempt and are free to use with no restrictions:
|
||||
* Any code snippets in this documentation can be freely copy/pasted. These are
|
||||
examples that are intended for this purpose.
|
||||
* All reference files that are downloadable from this documentation, which are
|
||||
also available in the `hdl-src folder in the repository <https://github.com/SystemRDL/PeakRDL-busdecoder/tree/main/hdl-src>`_
|
||||
also available in the `hdl-src folder in the repository <https://github.com/arnavsacheti/PeakRDL-busdecoder/tree/main/hdl-src>`_
|
||||
|
||||
|
||||
Can I use this as part of my company's internally developed tools?
|
||||
|
||||
@@ -41,9 +41,9 @@ classifiers = [
|
||||
cli = ["peakrdl-cli >= 1.2.3"]
|
||||
|
||||
[project.urls]
|
||||
Source = "https://github.com/SystemRDL/PeakRDL-busdecoder"
|
||||
Tracker = "https://github.com/SystemRDL/PeakRDL-busdecoder/issues"
|
||||
Changelog = "https://github.com/SystemRDL/PeakRDL-busdecoder/releases"
|
||||
Source = "https://github.com/arnavsacheti/PeakRDL-busdecoder"
|
||||
Tracker = "https://github.com/arnavsacheti/PeakRDL-busdecoder/issues"
|
||||
Changelog = "https://github.com/arnavsacheti/PeakRDL-busdecoder/releases"
|
||||
Documentation = "https://peakrdl-busdecoder.readthedocs.io/"
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// Date: {{current_date}}
|
||||
// Version: {{version}}
|
||||
// Links:
|
||||
// - https://github.com/SystemRDL/PeakRDL-busdecoder
|
||||
// - https://github.com/arnavsacheti/PeakRDL-busdecoder
|
||||
//==========================================================
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Generated by PeakRDL-busdecoder - A free and open-source SystemVerilog generator
|
||||
// https://github.com/SystemRDL/PeakRDL-busdecoder
|
||||
// https://github.com/arnavsacheti/PeakRDL-busdecoder
|
||||
|
||||
package {{ds.package_name}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user