Skip to content

Commit

Permalink
fix: update patchca link (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys authored Oct 4, 2023
1 parent c63f6d3 commit 51b13f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Wyselekcjonowana lista wspaniałych bibliotek CAPTCHA i narzędzi do łamania CAPTCHA.
> CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart)
[CAPTCHA](https://pl.wikipedia.org/wiki/CAPTCHA) to rodzaj techniki stosowanej jako zabezpieczenie na stronach internetowych, celem której jest dopuszczenie do przesłania danych tylko wypełnionych przez człowieka.
[CAPTCHA](https://pl.wikipedia.org/wiki/CAPTCHA) to rodzaj techniki stosowanej jako zabezpieczenie na stronach internetowych, celem której jest dopuszczenie do przesłania danych tylko wypełnionych przez człowieka.


[English](README.md) | [中文](README-zh.md) | [Polish](README-pl.md)
Expand All @@ -26,7 +26,7 @@
- [mewebstudio/captcha](https://github.com/mewebstudio/captcha) - CAPTCHA dla Laravel 5.
- [CGregwar/Captcha](https://github.com/Gregwar/Captcha) - Biblioteka PHP CAPTCHA.
- [trekjs/captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript CAPTCHA dla Node.js. No C/C++, No ImageMagick, No Canvas.
- [pusuo/patchca](https://github.com/pusuo/patchca) - Prosta, ale potężna biblioteka CAPTCHA napisana w Javie.
- [patchca](https://code.google.com/archive/p/patchca) - Prosta, ale potężna biblioteka CAPTCHA napisana w Javie.
- [google/recaptcha](https://github.com/google/recaptcha) - Biblioteka klienta PHP dla reCAPTCHA, bezpłatna usługa chroniąca twoją stronę przed spamem i nadużyciami.
- [ambethia/recaptcha](https://github.com/ambethia/recaptcha) - ReCaptcha helpers dla aplikacji Ruby.
- [anhskohbo/no-captcha](https://github.com/anhskohbo/no-captcha) - No CAPTCHA reCAPTCHA dla Laravel.
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [Captcha](https://github.com/mewebstudio/captcha) - Captcha for Laravel 5.
- [Captcha](https://github.com/Gregwar/Captcha) - PHP Captcha library.
- [Captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas.
- [Patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java.
- [patchca](https://code.google.com/archive/p/patchca) - Simple yet powerful CAPTCHA library written in Java.


## Generation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [mewebstudio/captcha](https://github.com/mewebstudio/captcha) - Captcha for Laravel 5.
- [CGregwar/Captcha](https://github.com/Gregwar/Captcha) - PHP Captcha library.
- [trekjs/captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas.
- [pusuo/patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java.
- [patchca](https://code.google.com/archive/p/patchca) - Simple yet powerful CAPTCHA library written in Java.
- [google/recaptcha](https://github.com/google/recaptcha) - PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.
- [ambethia/recaptcha](https://github.com/ambethia/recaptcha) - ReCaptcha helpers for ruby apps.
- [anhskohbo/no-captcha](https://github.com/anhskohbo/no-captcha) - No CAPTCHA reCAPTCHA For Laravel.
Expand Down

0 comments on commit 51b13f4

Please sign in to comment.