Skip to content

Commit 92ccf81

Browse files
authored
Update links
1 parent 514bc09 commit 92ccf81

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
![txtdot logo](https://github.com/TempoWorks/.github/raw/main/imgs/txtdot.png)
77

8-
<a href="https://txtdot.github.io/documentation"><img alt="Documentation" src="https://img.shields.io/badge/Documentation-blue"></a>
9-
<a href="https://github.com/TxtDot/instances"><img alt="Instances" src="https://img.shields.io/badge/Instances-blue"></a>
8+
<a href="https://tempoworks.github.io/documentation"><img alt="Documentation" src="https://img.shields.io/badge/Documentation-blue"></a>
9+
<a href="https://github.com/tempoworks/instances"><img alt="Instances" src="https://img.shields.io/badge/Instances-blue"></a>
1010
<br>
11-
<a href="https://github.com/TxtDot/txtdot/blob/main/LICENSE"><img alt="MIT license" src="https://img.shields.io/github/license/txtdot/txtdot?color=blue"></a>
12-
<a href="https://github.com/TxtDot/txtdot/releases/latest"><img alt="Latest release" src="https://img.shields.io/github/v/release/TxtDot/txtdot?display_name=release"></a>
11+
<a href="https://github.com/tempoworks/txtdot/blob/main/LICENSE"><img alt="MIT license" src="https://img.shields.io/github/license/tempoworks/txtdot?color=blue"></a>
12+
<a href="https://github.com/tempoworks/txtdot/releases/latest"><img alt="Latest release" src="https://img.shields.io/github/v/release/tempoworks/txtdot?display_name=release"></a>
1313

1414
# txtdot
1515

@@ -24,12 +24,12 @@ Mozilla's Readability library is used under the hood.
2424
- Server-side page simplification
2525
- Media proxy
2626
- Image compression with Sharp
27-
- Rendering client-side apps (Vanilla, React, Vue, etc) with [webder](https://github.com/TxtDot/webder)
27+
- Rendering client-side apps (Vanilla, React, Vue, etc) with [webder](https://github.com/tempoworks/webder)
2828
- Search with SearXNG
2929
- Handy API endpoints
3030
- No client JavaScript
3131
- Some kind of Material Design 3
32-
- Customization with plugins, see [@txtdot/sdk](https://github.com/TxtDot/txtdot/tree/main/packages/sdk) and [@txtdot/plugins](https://github.com/TxtDot/txtdot/tree/main/packages/plugins)
32+
- Customization with plugins, see [@txtdot/sdk](https://github.com/tempoworks/txtdot/tree/main/packages/sdk) and [@txtdot/plugins](https://github.com/tempoworks/txtdot/tree/main/packages/plugins)
3333

3434
## Running
3535

@@ -57,8 +57,8 @@ docker compose up -d
5757
## Screenshots
5858

5959
<div align="center">
60-
<img src="https://raw.githubusercontent.com/TxtDot/.github/main/imgs/ui_url_input.png" alt="Main page with URL input field">
61-
<img src="https://raw.githubusercontent.com/TxtDot/.github/main/imgs/ui_search_page.png" alt="SearXNG search results page">
60+
<img src="https://raw.githubusercontent.com/tempoworks/.github/main/imgs/ui_url_input.png" alt="Main page with URL input field">
61+
<img src="https://raw.githubusercontent.com/tempoworks/.github/main/imgs/ui_search_page.png" alt="SearXNG search results page">
6262
</div>
6363

6464
## Performance tests
@@ -82,20 +82,20 @@ between original page and proxied one.
8282
| [Nginx Blog][nginx-link] Mobile | ![26%][nginx-mo-img] | ![100%][nginx-mt-img] |
8383

8484
[habr-link]: https://habr.com/ru/articles/780692/
85-
[habr-do-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/habr/desktop_orig.png
86-
[habr-dt-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/habr/desktop_txtdot.png
87-
[habr-mo-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/habr/mobile_orig.png
88-
[habr-mt-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/habr/mobile_txtdot.png
85+
[habr-do-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/habr/desktop_orig.png
86+
[habr-dt-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/habr/desktop_txtdot.png
87+
[habr-mo-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/habr/mobile_orig.png
88+
[habr-mt-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/habr/mobile_txtdot.png
8989
[medium-link]: https://levelup.gitconnected.com/proxy-servers-how-proxies-work-0ec083fc1030
90-
[medium-do-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/medium/desktop_orig.png
91-
[medium-dt-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/medium/desktop_txtdot.png
92-
[medium-mo-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/medium/mobile_orig.png
93-
[medium-mt-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/medium/mobile_txtdot.png
90+
[medium-do-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/medium/desktop_orig.png
91+
[medium-dt-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/medium/desktop_txtdot.png
92+
[medium-mo-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/medium/mobile_orig.png
93+
[medium-mt-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/medium/mobile_txtdot.png
9494
[nginx-link]: https://www.nginx.com/blog/rate-limiting-nginx/
95-
[nginx-do-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/nginx-blog/desktop_orig.png
96-
[nginx-dt-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/nginx-blog/desktop_txtdot.png
97-
[nginx-mo-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/nginx-blog/mobile_orig.png
98-
[nginx-mt-img]: https://raw.githubusercontent.com/TxtDot/.github/main/tests/nginx-blog/mobile_txtdot.png
95+
[nginx-do-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/nginx-blog/desktop_orig.png
96+
[nginx-dt-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/nginx-blog/desktop_txtdot.png
97+
[nginx-mo-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/nginx-blog/mobile_orig.png
98+
[nginx-mt-img]: https://raw.githubusercontent.com/tempoworks/.github/main/tests/nginx-blog/mobile_txtdot.png
9999

100100
</details>
101101

0 commit comments

Comments
 (0)