Skip to content

Commit 55c0106

Browse files
🔧 Update URLs to new repo name asa-api-client
1 parent 438262c commit 55c0106

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question or Discussion
4-
url: https://github.com/SamPetherbridge/search-ads-api/discussions
4+
url: https://github.com/SamPetherbridge/asa-api-client/discussions
55
about: Ask questions or start a discussion

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/asa-api-client.svg)](https://pypi.org/project/asa-api-client/)
44
[![Python](https://img.shields.io/pypi/pyversions/asa-api-client.svg)](https://pypi.org/project/asa-api-client/)
5-
[![License](https://img.shields.io/github/license/SamPetherbridge/search-ads-api.svg)](https://github.com/SamPetherbridge/search-ads-api/blob/main/LICENSE)
6-
[![CI](https://github.com/SamPetherbridge/search-ads-api/actions/workflows/ci.yml/badge.svg)](https://github.com/SamPetherbridge/search-ads-api/actions/workflows/ci.yml)
5+
[![License](https://img.shields.io/github/license/SamPetherbridge/asa-api-client.svg)](https://github.com/SamPetherbridge/asa-api-client/blob/main/LICENSE)
6+
[![CI](https://github.com/SamPetherbridge/asa-api-client/actions/workflows/ci.yml/badge.svg)](https://github.com/SamPetherbridge/asa-api-client/actions/workflows/ci.yml)
77

88
A modern, fully-typed Python client for the Apple Search Ads API with async support and Pydantic models.
99

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
search-ads-api.peth.au
1+
asa-api-client.peth.au

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: ASA API Client
2-
site_description: A modern, fully-typed Python client for the Apple ASA API Client
3-
site_url: https://search-ads-api.peth.au
4-
repo_url: https://github.com/SamPetherbridge/search-ads-api
5-
repo_name: SamPetherbridge/search-ads-api
2+
site_description: A modern, fully-typed Python client for the Apple Search Ads API
3+
site_url: https://asa-api-client.peth.au
4+
repo_url: https://github.com/SamPetherbridge/asa-api-client
5+
repo_name: SamPetherbridge/asa-api-client
66

77
theme:
88
name: material

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ docs = [
5858
]
5959

6060
[project.urls]
61-
Homepage = "https://github.com/SamPetherbridge/search-ads-api"
62-
Documentation = "https://search-ads-api.peth.au"
63-
Repository = "https://github.com/SamPetherbridge/search-ads-api"
64-
Issues = "https://github.com/SamPetherbridge/search-ads-api/issues"
61+
Homepage = "https://github.com/SamPetherbridge/asa-api-client"
62+
Documentation = "https://asa-api-client.peth.au"
63+
Repository = "https://github.com/SamPetherbridge/asa-api-client"
64+
Issues = "https://github.com/SamPetherbridge/asa-api-client/issues"
6565

6666
[tool.hatch.build.targets.wheel]
6767
packages = ["asa_api_client"]

0 commit comments

Comments
 (0)