Skip to content

Commit dfedd1a

Browse files
authored
Update links to docs (#273)
Use our main docs site as a base.
1 parent 0053015 commit dfedd1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Datadog API Client for Python
22
site_description: The home of Datadog API Python Client documentation
33
site_author: Datadog
4-
site_url: https://datadoghq.dev/datadog-api-client-python/
4+
site_url: https://docs.datadoghq.com/api/
55
repo_name: datadog/datadog-api-client-python
66
repo_url: https://github.com/DataDog/datadog-api-client-python
77
edit_uri: blob/master/docs
@@ -59,4 +59,4 @@ extra:
5959
- icon: fontawesome/brands/twitter
6060
link: https://twitter.com/datadoghq
6161
- icon: fontawesome/brands/instagram
62-
link: https://www.instagram.com/datadoghq
62+
link: https://www.instagram.com/datadoghq

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers=
2828
Programming Language :: Python :: 3.8
2929
project_urls =
3030
Bug Tracker = https://github.com/DataDog/datadog-api-client-python/issues
31-
Documentation = https://datadoghq.dev/datadog-api-client-python/
31+
Documentation = https://docs.datadoghq.com/api/
3232
Source Code = https://github.com/DataDog/datadog-api-client-python
3333

3434
[options]

0 commit comments

Comments
 (0)