Skip to content

Commit 6327a56

Browse files
committed
chore: fix broken links
1 parent 0789c09 commit 6327a56

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

.github/workflows/links.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
--exclude 'api.hetzner.com'
3434
--exclude 'codecov.io'
3535
--exclude 'github.com'
36-
--exclude '169.254.169.254'
37-
--exclude 'https://docs.hetzner.cloud/changelog#new-product'
3836
'**/*.md'
3937
'**/*.py'

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ storage_box = response.storage_box
5555

5656
The DNS API is now generally available, as well as support for features in this project that are related to the DNS API.
5757

58-
To migrate existing zones to the new DNS API, see the [DNS migration guide](https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process).
58+
To migrate existing zones to the new DNS API, see the [DNS migration guide](https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process/).
5959

6060
See the [changelog](https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga) for more details.
6161

@@ -83,7 +83,7 @@ See the [changelog](https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga) for
8383

8484
This release adds support for the new [DNS API](https://docs.hetzner.cloud/reference/cloud#dns).
8585

86-
The DNS API is currently in **beta**, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the [DNS Beta FAQ](https://docs.hetzner.com/networking/dns/faq/beta) for more details.
86+
The DNS API is currently in **beta**, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the [DNS Beta FAQ](https://docs.hetzner.com/networking/dns/faq/beta/) for more details.
8787

8888
Future minor releases of this project may include breaking changes for features that are related to the DNS API.
8989

@@ -782,7 +782,7 @@ Fix: Ignore unknown fields in API response instead of raising an error
782782

783783
- First stable release.
784784

785-
You can find the documentation under https://hcloud-python.readthedocs.io/en/latest/
785+
You can find the documentation under https://hcloud-python.readthedocs.io/en/stable/
786786

787787
## 0.1.0 (2018-12-20)
788788

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![](https://github.com/hetznercloud/hcloud-python/actions/workflows/test.yml/badge.svg)](https://github.com/hetznercloud/hcloud-python/actions/workflows/test.yml)
44
[![](https://github.com/hetznercloud/hcloud-python/actions/workflows/lint.yml/badge.svg)](https://github.com/hetznercloud/hcloud-python/actions/workflows/lint.yml)
55
[![](https://codecov.io/github/hetznercloud/hcloud-python/graph/badge.svg?token=3YGRqB5t1L)](https://codecov.io/github/hetznercloud/hcloud-python/tree/main)
6-
[![](https://readthedocs.org/projects/hcloud-python/badge/?version=latest)](https://hcloud-python.readthedocs.io)
6+
[![](https://app.readthedocs.org/projects/hcloud-python/badge/?version=latest)](https://hcloud-python.readthedocs.io/en/stable/)
77
[![](https://img.shields.io/pypi/pyversions/hcloud.svg)](https://pypi.org/project/hcloud/)
88

99
Official Hetzner Cloud python library.
1010

11-
The library's documentation is available at [hcloud-python.readthedocs.io](https://hcloud-python.readthedocs.io), the public API documentation is available at [docs.hetzner.cloud](https://docs.hetzner.cloud).
11+
The library's documentation is available at [hcloud-python.readthedocs.io](https://hcloud-python.readthedocs.io/en/stable/), the public API documentation is available at [docs.hetzner.cloud](https://docs.hetzner.cloud).
1212

1313
> [!IMPORTANT]
1414
> Make sure to follow our API changelog available at

hcloud/networks/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def TYPE_SERVER(self) -> str: # pylint: disable=invalid-name
111111
"""
112112
Used to connect cloud servers and load balancers with dedicated servers.
113113
114-
See https://docs.hetzner.com/cloud/networks/connect-dedi-vswitch/
114+
See https://docs.hetzner.com/networking/networks/connect-dedi-vswitch/
115115
"""
116116

117117
__api_properties__ = ("type", "ip_range", "network_zone", "gateway", "vswitch_id")

hcloud/zones/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def update_rrset_records(
367367
"""
368368
Updates records in a ZoneRRSet.
369369
370-
See https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-to-an-rrset
370+
See https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-of-an-rrset
371371
372372
:param rrset: RRSet to update.
373373
:param records: Records to update in the RRSet.
@@ -501,7 +501,7 @@ def update_rrset_records(
501501
"""
502502
Updates records in a ZoneRRSet.
503503
504-
See https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-to-an-rrset
504+
See https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-of-an-rrset
505505
506506
:param records: Records to update in the RRSet.
507507
"""
@@ -1208,7 +1208,7 @@ def update_rrset_records(
12081208
"""
12091209
Updates records in a ZoneRRSet.
12101210
1211-
See https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-to-an-rrset
1211+
See https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-of-an-rrset
12121212
12131213
:param rrset: RRSet to update.
12141214
:param records: Records to update in the RRSet.

0 commit comments

Comments
 (0)