Skip to content

Commit 4fc64da

Browse files
committed
Repoint canonical URLs from bilouro.github.io/eupago-python to eupago.bilouro.com
After binding the GitHub Pages deployment to the custom domain (commit 65b81b6), the in-content links still pointed at the old host. Updates mkdocs site_url, the SoftwareApplication JSON-LD on the EN + PT landing pages, the robots.txt sitemap directive, the project.urls in pyproject.toml, and the badge + lede links in the README. Old URLs continue to work via GitHub Pages' built-in 301 to the canonical host.
1 parent 65b81b6 commit 4fc64da

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CI](https://img.shields.io/github/actions/workflow/status/bilouro/eupago-python/test.yml?branch=main&style=flat-square&label=CI)](https://github.com/bilouro/eupago-python/actions/workflows/test.yml)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
77
[![Typed](https://img.shields.io/badge/typed-mypy--strict-blue.svg?style=flat-square)](https://mypy.readthedocs.io/)
8-
[![Docs](https://img.shields.io/badge/docs-bilouro.github.io-blue.svg?style=flat-square)](https://bilouro.github.io/eupago-python/)
8+
[![Docs](https://img.shields.io/badge/docs-eupago.bilouro.com-blue.svg?style=flat-square)](https://eupago.bilouro.com/)
99

1010
**eupago for Python** — accept MB WAY, Multibanco, credit-card and Pay By Link
1111
payments in Portugal with a modern, fully-typed Python SDK. The first
@@ -19,10 +19,10 @@ and AES-256-CBC encrypted), automatic retries on GETs (POSTs never retry —
1919
no idempotency = duplicate payments), and a unified vocabulary that hides
2020
eupago's two API generations behind one clean interface.
2121

22-
📖 Documentation: <https://bilouro.github.io/eupago-python/> · English<br>
23-
📖 Documentation: <https://bilouro.github.io/eupago-python/pt> · Português
22+
📖 Documentation: <https://eupago.bilouro.com/> · English<br>
23+
📖 Documentation: <https://eupago.bilouro.com/pt> · Português
2424

25-
[Examples](examples/) · [API Reference](https://bilouro.github.io/eupago-python/api/)
25+
[Examples](examples/) · [API Reference](https://eupago.bilouro.com/api/)
2626

2727
> **Community SDK** — not affiliated with or endorsed by eupago.
2828
> For official integrations, visit [eupago.com](https://www.eupago.com/integrations/api-payment-gateway).

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"programmingLanguage": "Python",
1313
"softwareVersion": "0.5.2",
1414
"license": "https://opensource.org/licenses/MIT",
15-
"url": "https://bilouro.github.io/eupago-python/",
15+
"url": "https://eupago.bilouro.com/",
1616
"downloadUrl": "https://pypi.org/project/eupago/",
1717
"codeRepository": "https://github.com/bilouro/eupago-python",
1818
"description": "Modern, fully-typed Python SDK for the eupago payment gateway (Portugal): MB WAY, Multibanco, Credit Card, Pay By Link, refunds and webhooks. Sync + async, production-validated.",

docs/index.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"programmingLanguage": "Python",
1313
"softwareVersion": "0.5.2",
1414
"license": "https://opensource.org/licenses/MIT",
15-
"url": "https://bilouro.github.io/eupago-python/pt/",
15+
"url": "https://eupago.bilouro.com/pt/",
1616
"downloadUrl": "https://pypi.org/project/eupago/",
1717
"codeRepository": "https://github.com/bilouro/eupago-python",
1818
"description": "SDK Python moderno e totalmente tipado para a eupago (Portugal): MB WAY, Multibanco, Cartão de Crédito, Pay By Link, reembolsos e webhooks. Sync + async, validado em produção.",

docs/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://bilouro.github.io/eupago-python/sitemap.xml
4+
Sitemap: https://eupago.bilouro.com/sitemap.xml

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: eupago Python SDK
2-
site_url: https://bilouro.github.io/eupago-python/
2+
site_url: https://eupago.bilouro.com/
33
site_description: >-
44
Modern, fully-typed Python SDK for the eupago payment gateway (Portugal):
55
MB WAY, Multibanco, Credit Card, Pay By Link, refunds and webhooks.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ docs = [
9393

9494
[project.urls]
9595
Homepage = "https://github.com/bilouro/eupago-python"
96-
Documentation = "https://bilouro.github.io/eupago-python/"
97-
"Documentation (Português)" = "https://bilouro.github.io/eupago-python/pt/"
96+
Documentation = "https://eupago.bilouro.com/"
97+
"Documentation (Português)" = "https://eupago.bilouro.com/pt/"
9898
Source = "https://github.com/bilouro/eupago-python"
9999
Issues = "https://github.com/bilouro/eupago-python/issues"
100100
Discussions = "https://github.com/bilouro/eupago-python/discussions"

0 commit comments

Comments
 (0)