Skip to content

Commit 85e3ae9

Browse files
committed
Cleanup: Unuse git.io.
This patch fixes #341.
1 parent 106d586 commit 85e3ae9

File tree

5 files changed

+6
-29
lines changed

5 files changed

+6
-29
lines changed

PyFunceble/cli/storage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
f"{colorama.Style.BRIGHT}{colorama.Fore.CYAN}Nissar Chababy (@funilrys)"
6868
f"{colorama.Style.RESET_ALL} "
6969
f"with the help of\n{colorama.Style.BRIGHT}{colorama.Fore.GREEN}"
70-
f"https://git.io/JkUPS{colorama.Style.RESET_ALL} "
70+
f"https://pyfunceble.github.io/#/contributors{colorama.Style.RESET_ALL} "
7171
f"&& {colorama.Style.BRIGHT}{colorama.Fore.GREEN}"
72-
f"https://git.io/JkUPF{colorama.Style.RESET_ALL}"
72+
f"https://pyfunceble.github.io/#/special-thanks{colorama.Style.RESET_ALL}"
7373
)
7474

7575
ASCII_PYFUNCEBLE = """
@@ -88,9 +88,9 @@
8888
f"{colorama.Style.BRIGHT}{colorama.Fore.CYAN}Nissar Chababy (@funilrys)"
8989
f"{colorama.Style.RESET_ALL} "
9090
f"with the help of\n{colorama.Style.BRIGHT}{colorama.Fore.GREEN}"
91-
f"https://git.io/JkUPS{colorama.Style.RESET_ALL} "
91+
f"https://pyfunceble.github.io/#/contributors{colorama.Style.RESET_ALL} "
9292
f"&& {colorama.Style.BRIGHT}{colorama.Fore.GREEN}"
93-
f"https://git.io/JkUPF{colorama.Style.RESET_ALL}"
93+
f"https://pyfunceble.github.io/#/special-thanks{colorama.Style.RESET_ALL}"
9494
)
9595
ASCII_PYFUNCEBLE = """
9696
######## ## ## ######## ## ## ## ## ###### ######## ######## ## ########

PyFunceble/data/infrastructure/.PyFunceble_production.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ share_logs: False
284284

285285
user_agent:
286286
# Provides everything related to the user agent choice.
287-
# Note:
288-
# Please report to https://git.io/JLWe5 for more insight about the
289-
# browser and platform available..
290287

291288
browser: chrome
292289
platform: linux

PyFunceble/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
)
8686
IPV4_REPUTATION_DUMP_LINK: str = "https://reputation.alienvault.com/reputation.data"
8787

88-
SHORT_REPO_LINK: str = "https://git.io/vpZoI"
88+
SHORT_REPO_LINK: str = "https://pyfunceble.github.io"
8989
REPO_LINK: str = "https://github.com/funilrys/PyFunceble"
9090

9191
NOT_RESOLVED_STD_HOSTNAME: str = f"pyfunceble-{secrets.token_hex(12)}.com"

docs/usage/terminal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,6 +1978,6 @@ Global overview
19781978
you should read the documentation at https://pyfunceble.readthedocs.io/en/dev/
19791979

19801980
Crafted with ♥ by Nissar Chababy (@funilrys) with the help of
1981-
https://git.io/JkUPS && https://git.io/JkUPF
1981+
https://pyfunceble.github.io/#/contributors && https://pyfunceble.github.io/#/special-thanks
19821982

19831983
.. _RPZ: https://www.mypdns.org/w/rpz/

version.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,6 @@ messages:
1919
'
2020
type: info
2121
until_date: '2021-02-01T00:01:00+00:00'
22-
1.0.1:
23-
- message: 'All versions of PyFunceble before 4.0.0a1 (excluded) are soon going
24-
25-
to reach their End Of Life (EOL).
26-
27-
Please find more information about it in https://git.io/Jtl6W .
28-
29-
'
30-
type: info
31-
until: 3.999.999
32-
3.2.0:
33-
- message: '🚨 ⚠️ ⚡ 🚨 A critical bug has been fixed.
34-
35-
We recommend you to update to PyFunceble v3.2.2 or later!
36-
37-
Find more about it at: https://git.io/Jfdo
38-
39-
'
40-
type: warning
41-
until: 3.2.2
4222
4.0.0a1:
4323
- message: 'You are using the Alpha version of PyFunceble 4.0.0!
4424

0 commit comments

Comments
 (0)