Skip to content

Commit f56a39a

Browse files
committed
chore: change github repo url to my fork
1 parent a9caef7 commit f56a39a

File tree

15 files changed

+39
-39
lines changed

15 files changed

+39
-39
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ You can use my image in your docker-compose file if you want an update to date v
88

99
## Added features
1010

11-
Almost [all tools PR of it-tools](https://github.com/CorentinTh/it-tools/pulls).
11+
Almost [all tools PR of it-tools](https://github.com/sharevb/it-tools/pulls).
1212

1313
## Build docker image for a subfolder
1414

15-
According to https://github.com/CorentinTh/it-tools/pull/461#issuecomment-1602506049:
15+
According to https://github.com/sharevb/it-tools/pull/461#issuecomment-1602506049:
1616
```
1717
docker build -t it-tools --build-arg BASE_URL="/my-folder/" .
1818
docker run -d --name it-tools --restart unless-stopped -p 8080:80 it-tools
@@ -51,9 +51,9 @@ Useful tools for developer and people working in IT. [Have a look !](https://it-
5151

5252
## Functionalities and roadmap
5353

54-
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.
54+
Please check the [issues](https://github.com/sharevb/it-tools/issues) to see if some feature listed to be implemented.
5555

56-
You have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new/choose)!
56+
You have an idea of a tool? Submit a [feature request](https://github.com/sharevb/it-tools/issues/new/choose)!
5757

5858
## Self host
5959

@@ -156,7 +156,7 @@ It will create a directory in `src/tools` with the correct files, and a the impo
156156

157157
Big thanks to all the people who have already contributed!
158158

159-
[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools&refresh=1)](https://github.com/corentinth/it-tools/graphs/contributors)
159+
[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools&refresh=1)](https://github.com/sharevb/it-tools/graphs/contributors)
160160

161161
## Credits
162162

locales/de.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@ about:
5757
erstellt und wird von Vercel gehostet und kontinuierlich bereitgestellt. In
5858
einigen Tools werden Drittanbieter-Open-Source-Bibliotheken verwendet. Du
5959
findest die vollständige Liste in der
60-
[package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json)-Datei
60+
[package.json](https://github.com/sharevb/it-tools/blob/main/package.json)-Datei
6161
des Repositorys.
6262
6363
## Einen Fehler gefunden? Ein Tool fehlt?
6464
6565
Wenn du ein Tool benötigst, das hier noch nicht vorhanden ist, und du
6666
denkst, dass es nützlich sein könnte, bist du herzlich eingeladen, einen
6767
Feature-Request im
68-
[Issues-Bereich](https://github.com/CorentinTh/it-tools/issues/new/choose)
68+
[Issues-Bereich](https://github.com/sharevb/it-tools/issues/new/choose)
6969
im GitHub-Repository einzureichen.
7070
7171
Und wenn du einen Fehler gefunden hast oder etwas nicht wie erwartet
7272
funktioniert, melde bitte einen Fehler im
73-
[Issues-Bereich](https://github.com/CorentinTh/it-tools/issues/new/choose)
73+
[Issues-Bereich](https://github.com/sharevb/it-tools/issues/new/choose)
7474
im GitHub-Repository.
7575
favoriteButton:
7676
remove: Aus Favoriten entfernen

locales/en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ about:
3737
3838
## Technologies
3939
40-
IT Tools is made in Vue.js (Vue 3) with the the Naive UI component library and is hosted and continuously deployed by Vercel. Third-party open-source libraries are used in some tools, you may find the complete list in the [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) file of the repository.
40+
IT Tools is made in Vue.js (Vue 3) with the the Naive UI component library and is hosted and continuously deployed by Vercel. Third-party open-source libraries are used in some tools, you may find the complete list in the [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) file of the repository.
4141
4242
## Found a bug? A tool is missing?
4343
44-
If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the GitHub repository.
44+
If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the [issues section](https://github.com/sharevb/it-tools/issues/new/choose) in the GitHub repository.
4545
46-
And if you found a bug, or something doesn't work as expected, please file a bug report in the [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the GitHub repository.
46+
And if you found a bug, or something doesn't work as expected, please file a bug report in the [issues section](https://github.com/sharevb/it-tools/issues/new/choose) in the GitHub repository.
4747
4848
404:
4949
notFound: '404 Not Found'

locales/es.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ about:
3737
3838
## Tecnologías
3939
40-
IT Tools está creado en Vue.js (Vue 3) con la biblioteca de componentes Naive UI y Vercel lo aloja y lo implementa continuamente. En algunas herramientas se utilizan bibliotecas de código abierto de terceros; puede encontrar la lista completa en [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) archivo del repositorio.
40+
IT Tools está creado en Vue.js (Vue 3) con la biblioteca de componentes Naive UI y Vercel lo aloja y lo implementa continuamente. En algunas herramientas se utilizan bibliotecas de código abierto de terceros; puede encontrar la lista completa en [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) archivo del repositorio.
4141
4242
## ¿Encontraste un error? ¿Falta una herramienta?
4343
44-
Si necesita una herramienta que actualmente no está presente aquí y cree que puede ser útil, puede enviar una solicitud de función en el [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) en el repositorio de GitHub.
44+
Si necesita una herramienta que actualmente no está presente aquí y cree que puede ser útil, puede enviar una solicitud de función en el [issues section](https://github.com/sharevb/it-tools/issues/new/choose) en el repositorio de GitHub.
4545
46-
Y si encontró un error o algo no funciona como se esperaba, presente un reporte de error en el [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) en el repositorio de GitHub.
46+
Y si encontró un error o algo no funciona como se esperaba, presente un reporte de error en el [issues section](https://github.com/sharevb/it-tools/issues/new/choose) en el repositorio de GitHub.
4747
4848
404:
4949
notFound: '404 Not Found'

locales/fr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ about:
3636
3737
## Technologies
3838
39-
IT Tools est fait en Vue.js (Vue 3) avec la bibliothèque de composants Naive UI et est hébergé et déployé en continu par Vercel. Des bibliothèques open-source tierces sont utilisées dans certains outils, vous pouvez trouver la liste complète dans le fichier [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) du dépôt.
39+
IT Tools est fait en Vue.js (Vue 3) avec la bibliothèque de composants Naive UI et est hébergé et déployé en continu par Vercel. Des bibliothèques open-source tierces sont utilisées dans certains outils, vous pouvez trouver la liste complète dans le fichier [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) du dépôt.
4040
4141
## Vous avez trouvé un bug ? Un outil manque ?
4242
43-
Si vous avez besoin d'un outil qui n'est pas encore présent ici, et que vous pensez qu'il peut être utile, vous êtes invité à soumettre une demande de fonctionnalité dans la [section issue](https://github.com/CorentinTh/it-tools/issues/new/choose) du dépôt GitHub.
43+
Si vous avez besoin d'un outil qui n'est pas encore présent ici, et que vous pensez qu'il peut être utile, vous êtes invité à soumettre une demande de fonctionnalité dans la [section issue](https://github.com/sharevb/it-tools/issues/new/choose) du dépôt GitHub.
4444
4545
404:
4646
notFound: '404 Not Found'

locales/no.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ about:
3737
3838
## Teknologier
3939
40-
IT Tools er laget i Vue.js (Vue 3) med Naive UI komponent bibliotektet og er hosted og kontinuerlig deployet av Vercel. Tredjeparts åpen-kildekode biblioteker er brukt i noen verktøy, du kan finne den komplette listen i [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) filen i depoet.
40+
IT Tools er laget i Vue.js (Vue 3) med Naive UI komponent bibliotektet og er hosted og kontinuerlig deployet av Vercel. Tredjeparts åpen-kildekode biblioteker er brukt i noen verktøy, du kan finne den komplette listen i [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) filen i depoet.
4141
4242
## Funnet en feil? Et verktøy som mangler?
4343
44-
Hvis du trenger et verktøy som foreløpig ikke er tilgjengelig her, og du tenker det kan være nyttig for andre, så er du velkommen til å legge til en funksjonsforespørsel i [problem seksjonen](https://github.com/CorentinTh/it-tools/issues/new/choose) i github-depotet.
44+
Hvis du trenger et verktøy som foreløpig ikke er tilgjengelig her, og du tenker det kan være nyttig for andre, så er du velkommen til å legge til en funksjonsforespørsel i [problem seksjonen](https://github.com/sharevb/it-tools/issues/new/choose) i github-depotet.
4545
46-
Og hvis du har funnet en feil, eller noe ikke oppfører seg som forventet, vennligst send inn en feilrapport i [problem seksjonen](https://github.com/CorentinTh/it-tools/issues/new/choose) i github-depotet.
46+
Og hvis du har funnet en feil, eller noe ikke oppfører seg som forventet, vennligst send inn en feilrapport i [problem seksjonen](https://github.com/sharevb/it-tools/issues/new/choose) i github-depotet.
4747
4848
404:
4949
notFound: '404 ikke funnet'

locales/pl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ about:
3535
3636
## Technologie
3737
38-
IT Tools zostało stworzone w Vue.js (Vue 3) z wykorzystaniem biblioteki komponentów Naive UI i jest hostowane oraz ciągle wdrażane przez Vercel. Niektóre narzędzia korzystają z zewnętrznych bibliotek open-source, pełną listę znajdziesz w pliku [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) repozytorium.
38+
IT Tools zostało stworzone w Vue.js (Vue 3) z wykorzystaniem biblioteki komponentów Naive UI i jest hostowane oraz ciągle wdrażane przez Vercel. Niektóre narzędzia korzystają z zewnętrznych bibliotek open-source, pełną listę znajdziesz w pliku [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) repozytorium.
3939
4040
## Znalazłeś błąd? Brakuje jakiegoś narzędzia?
4141
42-
Jeśli potrzebujesz narzędzia, które nie jest jeszcze dostępne, a uważasz, że mogłoby być przydatne, zapraszam do zgłoszenia propozycji funkcji w [sekcji issue](https://github.com/CorentinTh/it-tools/issues/new/choose) repozytorium GitHub.
42+
Jeśli potrzebujesz narzędzia, które nie jest jeszcze dostępne, a uważasz, że mogłoby być przydatne, zapraszam do zgłoszenia propozycji funkcji w [sekcji issue](https://github.com/sharevb/it-tools/issues/new/choose) repozytorium GitHub.
4343
4444
404:
4545
notFound: '404 Nie znaleziono'

locales/pt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ about:
3737
3838
## Tecnologias
3939
40-
O IT Tools é feito em Vue.js (Vue 3) com a biblioteca de componentes Naive UI e é hospedado pela Vercel. Bibliotecas de código aberto de terceiros são usadas em algumas ferramentas e você pode encontrar a lista completa no arquivo [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) do repositório.
40+
O IT Tools é feito em Vue.js (Vue 3) com a biblioteca de componentes Naive UI e é hospedado pela Vercel. Bibliotecas de código aberto de terceiros são usadas em algumas ferramentas e você pode encontrar a lista completa no arquivo [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) do repositório.
4141
4242
## Achou um bug? Está faltando uma ferramenta?
4343
44-
Se você precisa de uma ferramenta que ainda não existe aqui e acha que pode ser útil, seu pedido será bem vindo na [seção de issues](https://github.com/CorentinTh/it-tools/issues/new/choose) no repositório do GitHub.
44+
Se você precisa de uma ferramenta que ainda não existe aqui e acha que pode ser útil, seu pedido será bem vindo na [seção de issues](https://github.com/sharevb/it-tools/issues/new/choose) no repositório do GitHub.
4545
46-
E se você encontrar um bug ou se algo não funcionar como esperado, por favor registre um relato de bug na [seção de issues](https://github.com/CorentinTh/it-tools/issues/new/choose) no GitHub.
46+
E se você encontrar um bug ou se algo não funcionar como esperado, por favor registre um relato de bug na [seção de issues](https://github.com/sharevb/it-tools/issues/new/choose) no GitHub.
4747
4848
404:
4949
notFound: '404 Não Encontrado'

locales/uk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ about:
3737
3838
## Технології
3939
40-
IT Tools виконаний на Vue.js (Vue 3) з використанням бібліотеки компонентів Naive UI і розгортаний за допомогою Vercel. У деяких інструментах використовуються сторонні відкриті бібліотеки, повний список яких ви можете знайти в файлі [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) репозиторію.
40+
IT Tools виконаний на Vue.js (Vue 3) з використанням бібліотеки компонентів Naive UI і розгортаний за допомогою Vercel. У деяких інструментах використовуються сторонні відкриті бібліотеки, повний список яких ви можете знайти в файлі [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) репозиторію.
4141
4242
## Знайшли баг? Відсутній інструмент?
4343
44-
Якщо вам потрібен інструмент, якого наразі немає тут, і ви вважаєте, що він може бути корисним, ви можете подати запит на додавання функції в [розділі проблем](https://github.com/CorentinTh/it-tools/issues/new/choose) у репозиторії GitHub.
44+
Якщо вам потрібен інструмент, якого наразі немає тут, і ви вважаєте, що він може бути корисним, ви можете подати запит на додавання функції в [розділі проблем](https://github.com/sharevb/it-tools/issues/new/choose) у репозиторії GitHub.
4545
46-
А якщо ви знайшли баг або щось не працює, як очікувалося, будь ласка, подайте звіт про баг в [розділі проблем](https://github.com/CorentinTh/it-tools/issues/new/choose) у репозиторії GitHub.
46+
А якщо ви знайшли баг або щось не працює, як очікувалося, будь ласка, подайте звіт про баг в [розділі проблем](https://github.com/sharevb/it-tools/issues/new/choose) у репозиторії GitHub.
4747
4848
404:
4949
notFound: '404 Сторінка не знайдена'

locales/vi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ about:
3737
3838
## Công nghệ
3939
40-
IT Tools được tạo ra bằng Vue.js (Vue 3) với thư viện thành phần Naive UI và được lưu trữ và triển khai liên tục bởi Vercel. Các thư viện mã nguồn mở của bên thứ ba được sử dụng trong một số công cụ, bạn có thể tìm danh sách đầy đủ trong file [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) của kho lưu trữ.
40+
IT Tools được tạo ra bằng Vue.js (Vue 3) với thư viện thành phần Naive UI và được lưu trữ và triển khai liên tục bởi Vercel. Các thư viện mã nguồn mở của bên thứ ba được sử dụng trong một số công cụ, bạn có thể tìm danh sách đầy đủ trong file [package.json](https://github.com/sharevb/it-tools/blob/main/package.json) của kho lưu trữ.
4141
4242
## Phát hiện lỗi? Một công cụ bị thiếu?
4343
44-
Nếu bạn cần một công cụ hiện không có ở đây, và bạn nghĩ rằng nó có thể hữu ích, bạn được chào đón để gửi một yêu cầu tính năng trong [phần vấn đề](https://github.com/CorentinTh/it-tools/issues/new/choose) trong kho GitHub.
44+
Nếu bạn cần một công cụ hiện không có ở đây, và bạn nghĩ rằng nó có thể hữu ích, bạn được chào đón để gửi một yêu cầu tính năng trong [phần vấn đề](https://github.com/sharevb/it-tools/issues/new/choose) trong kho GitHub.
4545
46-
Và nếu bạn phát hiện ra một lỗi, hoặc điều gì đó không hoạt động như mong đợi, xin vui lòng gửi báo cáo lỗi trong [phần vấn đề](https://github.com/CorentinTh/it-tools/issues/new/choose) trong kho GitHub.
46+
Và nếu bạn phát hiện ra một lỗi, hoặc điều gì đó không hoạt động như mong đợi, xin vui lòng gửi báo cáo lỗi trong [phần vấn đề](https://github.com/sharevb/it-tools/issues/new/choose) trong kho GitHub.
4747
4848
404:
4949
notFound: '404 Không Tìm Thấy'

0 commit comments

Comments
 (0)