From 2937624ee74412c05c237fd0255d437ead3c4209 Mon Sep 17 00:00:00 2001 From: Arnav Sacheti <36746504+arnavsacheti@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:42:40 -0700 Subject: [PATCH] fix links --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/pull_request_template.md | 2 +- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- docs/conf.py | 2 +- docs/faq.rst | 2 +- docs/index.rst | 6 +++--- docs/licensing.rst | 4 ++-- pyproject.toml | 6 +++--- src/peakrdl_busdecoder/module_tmpl.sv | 2 +- src/peakrdl_busdecoder/package_tmpl.sv | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f034cad..c85b7cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1fb98ac..61c9d2a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 38461b1..69c8d44 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5a0712..bf7c895 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 7ab1d71..4081545 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Documentation Status](https://readthedocs.org/projects/peakrdl-busdecoder/badge/?version=latest)](http://peakrdl-busdecoder.readthedocs.io) -[![build](https://github.com/SystemRDL/PeakRDL-busdecoder/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain) -[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/PeakRDL-busdecoder/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/PeakRDL-busdecoder?branch=main) +[![build](https://github.com/arnavsacheti/PeakRDL-busdecoder/workflows/build/badge.svg)](https://github.com/arnavsacheti/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain) +[![Coverage Status](https://coveralls.io/repos/github/arnavsacheti/PeakRDL-busdecoder/badge.svg?branch=main)](https://coveralls.io/github/arnavsacheti/PeakRDL-busdecoder?branch=main) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-busdecoder.svg)](https://pypi.org/project/peakrdl-busdecoder) # PeakRDL-busdecoder diff --git a/docs/conf.py b/docs/conf.py index 7070bb7..8f63318 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, diff --git a/docs/faq.rst b/docs/faq.rst index 1e35b6b..a3ea5bf 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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 `_ +please let us know by `submitting an issue `_ that describes the problem. diff --git a/docs/index.rst b/docs/index.rst index cb5e2d6..3085b3b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,9 +35,9 @@ PeakRDL-busdecoder: `PeakRDL-busdecoder-VHDL `_ -- `Release Notes `_ -- `Issue tracker `_ +- `Source repository `_ +- `Release Notes `_ +- `Issue tracker `_ - `PyPi `_ - `SystemRDL Specification `_ diff --git a/docs/licensing.rst b/docs/licensing.rst index acc9d2a..7ef2c56 100644 --- a/docs/licensing.rst +++ b/docs/licensing.rst @@ -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 `_ + also available in the `hdl-src folder in the repository `_ Can I use this as part of my company's internally developed tools? diff --git a/pyproject.toml b/pyproject.toml index c47177c..8b3e68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/src/peakrdl_busdecoder/module_tmpl.sv b/src/peakrdl_busdecoder/module_tmpl.sv index f921329..0d8a715 100644 --- a/src/peakrdl_busdecoder/module_tmpl.sv +++ b/src/peakrdl_busdecoder/module_tmpl.sv @@ -7,7 +7,7 @@ // Date: {{current_date}} // Version: {{version}} // Links: -// - https://github.com/SystemRDL/PeakRDL-busdecoder +// - https://github.com/arnavsacheti/PeakRDL-busdecoder //========================================================== diff --git a/src/peakrdl_busdecoder/package_tmpl.sv b/src/peakrdl_busdecoder/package_tmpl.sv index 84ada70..8ce25f8 100644 --- a/src/peakrdl_busdecoder/package_tmpl.sv +++ b/src/peakrdl_busdecoder/package_tmpl.sv @@ -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}};