From ce25ae3ae094c194587961c70076f8de108b12ae Mon Sep 17 00:00:00 2001 From: AkiVer Date: Fri, 24 Nov 2023 10:28:11 +0100 Subject: [PATCH] chore: update urls --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 4 ++-- package.json | 2 +- src/changelog.tsx | 2 +- src/download/download-link.tsx | 4 ++-- src/github-link.tsx | 2 +- src/language.tsx | 2 +- src/markdown/changelog/2.13.9.en.md | 2 +- src/markdown/changelog/2.13.9.fr.md | 2 +- src/markdown/docs/about.de.md | 2 +- src/markdown/docs/about.en.md | 2 +- src/markdown/docs/about.fr.md | 2 +- src/markdown/docs/about.zh.md | 2 +- src/markdown/docs/watch.en.md | 2 +- src/markdown/docs/watch.fr.md | 2 +- src/markdown/docs/watch.zh.md | 2 +- src/markdown/home/integration.en.md | 2 +- src/markdown/home/integration.fr.md | 2 +- src/markdown/home/integration.zh.md | 2 +- src/navbar/navbar.tsx | 2 +- 20 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f534c39..3407902 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1 +1 @@ -**This repository is only for the CSGO Demo Manager website, to create an issue about the application please go to [https://github.com/akiver/CSGO-Demos-Manager/issues/new](https://github.com/akiver/CSGO-Demos-Manager/issues/new)!** +**This repository is only for the CSGO Demo Manager website, to create an issue about the application please go to [https://github.com/akiver/cs-demo-manager/issues/new](https://github.com/akiver/cs-demo-manager/issues/new)!** diff --git a/README.md b/README.md index 8583aa6..f716a55 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For example adding Español language (`es` language code): Most of translations are in markdown files, the rest are in JSON files. -Markdown files are [in this markdown folder](https://github.com/akiver/csgo-demos-manager.com/blob/main/src/markdown) and JSON files in the [translations folder](https://github.com/akiver/csgo-demos-manager.com/blob/main/src/translations). +Markdown files are [in this markdown folder](https://github.com/akiver/cs-demo-manager.com/blob/main/src/markdown) and JSON files in the [translations folder](https://github.com/akiver/cs-demo-manager.com/blob/main/src/translations). #### Markdown @@ -39,4 +39,4 @@ You have to edit the file corresponding to your language and if it doesn't exist ## License -[MIT](https://github.com/akiver/csgo-demos-manager.com/blob/main/LICENSE) +[MIT](https://github.com/akiver/cs-demo-manager.com/blob/main/LICENSE) diff --git a/package.json b/package.json index 9dc3028..50fd189 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "homepage": "https://cs-demo-manager.com", "repository": { - "url": "https://github.com/akiver/csgo-demos-manager.com" + "url": "https://github.com/akiver/cs-demo-manager.com" }, "description": "Website of the application CSGO Demo Manager", "author": "AkiVer", diff --git a/src/changelog.tsx b/src/changelog.tsx index 613225d..eb4e431 100644 --- a/src/changelog.tsx +++ b/src/changelog.tsx @@ -6,7 +6,7 @@ import { GitHubRelease } from './github-release'; import { StatusText } from './status-text'; import { NextVersionWarning } from './next-version-warning'; -const GITHUB_API_URL = 'https://api.github.com/repos/akiver/csgo-demos-manager/releases'; +const GITHUB_API_URL = 'https://api.github.com/repos/akiver/cs-demo-manager/releases'; const FIRST_RELEASE_THROUGH_GITHUB = '2.13.8'; const buildVersionFromGitHubRelease = (release: GitHubRelease): Version => { diff --git a/src/download/download-link.tsx b/src/download/download-link.tsx index 4987142..696cec8 100644 --- a/src/download/download-link.tsx +++ b/src/download/download-link.tsx @@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react'; import { FormattedMessage, useIntl } from 'react-intl'; import { GitHubRelease } from '../github-release'; -const GITHUB_API_URL = 'https://api.github.com/repos/akiver/csgo-demos-manager/releases/latest'; +const GITHUB_API_URL = 'https://api.github.com/repos/akiver/cs-demo-manager/releases/latest'; export const DownloadLink = () => { const [error, setError] = useState(); @@ -48,7 +48,7 @@ export const DownloadLink = () => {
( - + {text !== undefined ? text : 'GitHub'} ); diff --git a/src/language.tsx b/src/language.tsx index 6605671..ac7aef6 100644 --- a/src/language.tsx +++ b/src/language.tsx @@ -5,7 +5,7 @@ import { FormattedMessage } from 'react-intl'; const DocLink = () => { return ( - + ); diff --git a/src/markdown/changelog/2.13.9.en.md b/src/markdown/changelog/2.13.9.en.md index 1fb03ea..ac98f38 100644 --- a/src/markdown/changelog/2.13.9.en.md +++ b/src/markdown/changelog/2.13.9.en.md @@ -1,6 +1,6 @@ ### \[GENERAL\] -The website is now [open source](https://github.com/akiver/csgo-demos-manager.com) and you can contribute to its [translation](https://github.com/akiver/csgo-demos-manager.com#translation). +The website is now [open source](https://github.com/akiver/cs-demo-manager.com) and you can contribute to its [translation](https://github.com/akiver/cs-demo-manager.com#translation). - The application now uses GitHub to detect updates - Added an option to disable check for updates on app startup diff --git a/src/markdown/changelog/2.13.9.fr.md b/src/markdown/changelog/2.13.9.fr.md index 00a4539..5b1979a 100644 --- a/src/markdown/changelog/2.13.9.fr.md +++ b/src/markdown/changelog/2.13.9.fr.md @@ -1,6 +1,6 @@ ### \[GENERAL\] -Le site web est maintenant [open source](https://github.com/akiver/csgo-demos-manager.com) et vous pouvez contribuer a sa [traduction](https://github.com/akiver/csgo-demos-manager.com#translation). +Le site web est maintenant [open source](https://github.com/akiver/cs-demo-manager.com) et vous pouvez contribuer a sa [traduction](https://github.com/akiver/cs-demo-manager.com#translation). - L'application passe maintenant par GitHub pour détecter les MAJ - Ajout d'une option pour désactiver la recherche de mise à jour au lancement de l'application diff --git a/src/markdown/docs/about.de.md b/src/markdown/docs/about.de.md index f8198f2..758cc00 100644 --- a/src/markdown/docs/about.de.md +++ b/src/markdown/docs/about.de.md @@ -43,7 +43,7 @@ Seit Version 2.2.0 ist in den Einstellungen eine Option verfügbar, um das Spiel ### Ich bin auf einen Käfer getroffen, was kann ich tun? [#](/docs/about#bug) -If you encountered a bug or demos data are incorrect, please create an issue on [GitHub](https://github.com/akiver/CSGO-Demos-Manager/issues) with the errors log file (accessible from settings). If it's related to a specific demo, please attach a link to download it, thank you. +If you encountered a bug or demos data are incorrect, please create an issue on [GitHub](https://github.com/akiver/cs-demo-manager/issues) with the errors log file (accessible from settings). If it's related to a specific demo, please attach a link to download it, thank you. --- diff --git a/src/markdown/docs/about.en.md b/src/markdown/docs/about.en.md index 7c22439..14d8da8 100644 --- a/src/markdown/docs/about.en.md +++ b/src/markdown/docs/about.en.md @@ -43,7 +43,7 @@ Since version 2.2.0 there is an option available from settings to start the game ### I encountered a bug, what can I do? [#](/docs/about#bug) -If you encountered a bug or demos data are incorrect, please create an issue on [GitHub](https://github.com/akiver/CSGO-Demos-Manager/issues) with the errors log file (accessible from settings). If it's related to a specific demo, please attach a link to download it, thank you. +If you encountered a bug or demos data are incorrect, please create an issue on [GitHub](https://github.com/akiver/cs-demo-manager/issues) with the errors log file (accessible from settings). If it's related to a specific demo, please attach a link to download it, thank you. --- diff --git a/src/markdown/docs/about.fr.md b/src/markdown/docs/about.fr.md index 0b35c87..0282cff 100644 --- a/src/markdown/docs/about.fr.md +++ b/src/markdown/docs/about.fr.md @@ -41,7 +41,7 @@ Depuis la version 2.2.0, l'application contient une option déstinée aux moviem ### Je rencontre un bug, que faire? [#](/fr/docs/about#bug) -Si vous rencontrez un bug, merci de créer une issue sur [GitHub](https://github.com/akiver/CSGO-Demos-Manager/issues) en mettant en pièce jointe le fichier d'erreurs accessible depuis les options et la démo permettant de reproduire le bug. +Si vous rencontrez un bug, merci de créer une issue sur [GitHub](https://github.com/akiver/cs-demo-manager/issues) en mettant en pièce jointe le fichier d'erreurs accessible depuis les options et la démo permettant de reproduire le bug. --- diff --git a/src/markdown/docs/about.zh.md b/src/markdown/docs/about.zh.md index 787c265..2fca11a 100644 --- a/src/markdown/docs/about.zh.md +++ b/src/markdown/docs/about.zh.md @@ -43,7 +43,7 @@ Yes but keep in mind that: ### 我遇到了 BUG,怎么办? [#](/docs/about#bug) -If you encountered a bug or demos data are incorrect, please create an issue on [GitHub](https://github.com/akiver/CSGO-Demos-Manager/issues) with the errors log file (accessible from settings). If it's related to a specific demo, please attach a link to download it, thank you. +If you encountered a bug or demos data are incorrect, please create an issue on [GitHub](https://github.com/akiver/cs-demo-manager/issues) with the errors log file (accessible from settings). If it's related to a specific demo, please attach a link to download it, thank you. --- diff --git a/src/markdown/docs/watch.en.md b/src/markdown/docs/watch.en.md index 80846c1..f5c6b52 100644 --- a/src/markdown/docs/watch.en.md +++ b/src/markdown/docs/watch.en.md @@ -94,4 +94,4 @@ When `Enable HLAE` is checked, the game is launched using [Half Life Advanced Ef This is mostly because Steam is running with admin rigths. You must run Steam without admin rights. -See this [issue for details](https://github.com/akiver/CSGO-Demos-Manager/issues/376). +See this [issue for details](https://github.com/akiver/cs-demo-manager/issues/376). diff --git a/src/markdown/docs/watch.fr.md b/src/markdown/docs/watch.fr.md index e7ccddf..b08d3a5 100644 --- a/src/markdown/docs/watch.fr.md +++ b/src/markdown/docs/watch.fr.md @@ -106,4 +106,4 @@ Quand `Activer HLAE` est coché, le jeu se lance en utilisant [Half Life Advance C'est certainement parce que Steam a été lancé avec les droits administrateur. Il faut lancer Steam sans les droits d'administrateur. -Voir cette [issue pour plus d'informations](https://github.com/akiver/CSGO-Demos-Manager/issues/376). +Voir cette [issue pour plus d'informations](https://github.com/akiver/cs-demo-manager/issues/376). diff --git a/src/markdown/docs/watch.zh.md b/src/markdown/docs/watch.zh.md index b3ff523..dc14eea 100644 --- a/src/markdown/docs/watch.zh.md +++ b/src/markdown/docs/watch.zh.md @@ -94,4 +94,4 @@ 这主要是因为 Steam 正以管理员权限运行。您必须以普通用户权限运行 Steam。 -查看这个 [错误的原因](https://github.com/akiver/CSGO-Demos-Manager/issues/376)。 +查看这个 [错误的原因](https://github.com/akiver/cs-demo-manager/issues/376)。 diff --git a/src/markdown/home/integration.en.md b/src/markdown/home/integration.en.md index 1612a89..ad4d386 100644 --- a/src/markdown/home/integration.en.md +++ b/src/markdown/home/integration.en.md @@ -4,4 +4,4 @@ Open .dem files from Windows explorer. ### Multi languages -The application is available in multiple languages. If you want to contribute into its internationalization, feel free to check the how-to on [GitHub](https://github.com/akiver/CSGO-Demos-Manager#translations). +The application is available in multiple languages. If you want to contribute into its internationalization, feel free to check the how-to on [GitHub](https://github.com/akiver/cs-demo-manager#translation). diff --git a/src/markdown/home/integration.fr.md b/src/markdown/home/integration.fr.md index 553c4dd..1da960c 100644 --- a/src/markdown/home/integration.fr.md +++ b/src/markdown/home/integration.fr.md @@ -4,4 +4,4 @@ Ouvrez vos fichiers .dem depuis Windows Explorer. ### Multi langues -L'application est traduite en plusieurs langues. Si vous shouhaitez contribuer a sa traduction, merci de suivre les instructions sur [GitHub](https://github.com/akiver/CSGO-Demos-Manager#translations). +L'application est traduite en plusieurs langues. Si vous shouhaitez contribuer a sa traduction, merci de suivre les instructions sur [GitHub](https://github.com/akiver/cs-demo-manager#translation). diff --git a/src/markdown/home/integration.zh.md b/src/markdown/home/integration.zh.md index 77f6836..f8bd8c3 100644 --- a/src/markdown/home/integration.zh.md +++ b/src/markdown/home/integration.zh.md @@ -4,4 +4,4 @@ ### 多语言 -该应用程序支持多种语言。如果您想为国际化做出贡献,请随时在 [GitHub](https://github.com/akiver/CSGO-Demos-Manager#translations) 上查看操作方法。 +该应用程序支持多种语言。如果您想为国际化做出贡献,请随时在 [GitHub](https://github.com/akiver/cs-demo-manager#translation) 上查看操作方法。 diff --git a/src/navbar/navbar.tsx b/src/navbar/navbar.tsx index 0d5a8d3..461d12f 100644 --- a/src/navbar/navbar.tsx +++ b/src/navbar/navbar.tsx @@ -77,7 +77,7 @@ export const Navbar = () => {