Skip to content

Commit 0c73a0f

Browse files
committed
Fix repo and Pages URLs to canonical underscore slug
1 parent 4f78456 commit 0c73a0f

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We love your input! We want to make contributing to this project as easy and tra
2323

2424
### Report Bugs
2525

26-
Report bugs at https://github.com/LuPo/netbox-dhcp-kea-plugin/issues.
26+
Report bugs at https://github.com/LuPo/netbox_dhcp_kea_plugin/issues.
2727

2828
If you are reporting a bug, please include:
2929

@@ -49,7 +49,7 @@ articles, and such.
4949

5050
### Submit Feedback
5151

52-
The best way to send feedback is to file an issue at https://github.com/LuPo/netbox-dhcp-kea-plugin/issues.
52+
The best way to send feedback is to file an issue at https://github.com/LuPo/netbox_dhcp_kea_plugin/issues.
5353

5454
If you are proposing a feature:
5555

@@ -110,7 +110,7 @@ Before you submit a pull request, check that it meets these guidelines:
110110
your new functionality into a function with a docstring, and add the
111111
feature to the list in README.md.
112112
3. The pull request should work for Python 3.8, 3.9, 3.10 and 3.11. Check
113-
https://github.com/LuPo/netbox-dhcp-kea-plugin/actions
113+
https://github.com/LuPo/netbox_dhcp_kea_plugin/actions
114114
and make sure that the tests pass for all supported Python versions.
115115
116116

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A NetBox plugin that models the **entire ISC Kea DHCP configuration surface**
77
NetBox becomes the source of truth for *what Kea should be*; deploying the rendered config to the actual servers is left to your own IaC / CaC tooling (Ansible, GitLab CI, AWX, etc.).
88

99
- Free software: GPL-3.0-only
10-
- Documentation: <https://LuPo.github.io/netbox-dhcp-kea-plugin/>
10+
- Documentation: <https://lupo.github.io/netbox_dhcp_kea_plugin/>
1111

1212
## Compatibility
1313

@@ -18,7 +18,7 @@ NetBox becomes the source of truth for *what Kea should be*; deploying the rende
1818
## Quick install
1919

2020
```bash
21-
pip install git+https://github.com/LuPo/netbox-dhcp-kea-plugin
21+
pip install git+https://github.com/LuPo/netbox_dhcp_kea_plugin
2222
```
2323

2424
Add `netbox_dhcp_kea_plugin` to `PLUGINS` in your NetBox configuration, run `python manage.py migrate`, and restart NetBox.

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ description: Install the plugin into a NetBox deployment.
1616
### With pip
1717

1818
```bash
19-
pip install git+https://github.com/LuPo/netbox-dhcp-kea-plugin
19+
pip install git+https://github.com/LuPo/netbox_dhcp_kea_plugin
2020
```
2121

2222
### With netbox-docker
2323

2424
Add the package to your `plugin_requirements.txt`:
2525

2626
```text
27-
git+https://github.com/LuPo/netbox-dhcp-kea-plugin
27+
git+https://github.com/LuPo/netbox_dhcp_kea_plugin
2828
```
2929

3030
See the [netbox-docker plugin instructions](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins) for the full procedure.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dev = [
4040
]
4141

4242
[project.urls]
43-
Documentation = "https://github.com/LuPo/netbox-dhcp-kea-plugin/blob/main/README.md"
44-
Source = "https://github.com/LuPo/netbox-dhcp-kea-plugin"
45-
Tracker = "https://github.com/LuPo/netbox-dhcp-kea-plugin/issues"
43+
Documentation = "https://github.com/LuPo/netbox_dhcp_kea_plugin/blob/main/README.md"
44+
Source = "https://github.com/LuPo/netbox_dhcp_kea_plugin"
45+
Tracker = "https://github.com/LuPo/netbox_dhcp_kea_plugin/issues"
4646

4747
[tool.setuptools.packages.find]
4848
include = ["netbox_dhcp_kea_plugin*"]

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
site_name = "NetBox DHCP-KEA Plugin"
3-
site_url = "https://LuPo.github.io/netbox-dhcp-kea-plugin"
3+
site_url = "https://lupo.github.io/netbox_dhcp_kea_plugin"
44
site_description = "NetBox plugin for ISC Kea DHCP configuration"
55
copyright = """
66
Copyright &copy; 2026 Łukasz Polański

0 commit comments

Comments
 (0)