Skip to content

Commit 9fde9f0

Browse files
authored
Merge pull request #5 from qlient-org/dev
[docs] change doc url
2 parents bdba496 + 084f0e3 commit 9fde9f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A fast and modern graphql client designed with simplicity in mind.
99

1010
## Help
1111

12-
See [documentation](https://python.qlient.org) for more details
12+
See [documentation](https://qlient-org.github.io/python-qlient/) for more details
1313

1414
## Installation
1515

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: python-qlient
2-
site_url: https://python.qlient.org/
2+
site_url: https://qlient-org.github.io/python-qlient/
33
site_description: A fast and modern graphql client library designed with simplicity in mind.
44
strict: true
55

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors = ["Daniel Seifert <[email protected]>"]
66
maintainers = ["Daniel Seifert <[email protected]>"]
77
license = "MIT"
88
readme = "README.md"
9-
homepage = "https://python.qlient.org"
9+
homepage = "https://qlient-org.github.io/python-qlient/"
1010
repository = "https://github.com/qlient-org/python-qlient"
11-
documentation = "https://python.qlient.org"
11+
documentation = "https://qlient-org.github.io/python-qlient/"
1212
keywords = ["graphql", "client", "api", "query", "mutation"]
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)