Skip to content

Commit 02bba34

Browse files
fix links (#28)
1 parent 3de4fa7 commit 02bba34

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The easiest way to quickly integrate [2Captcha] into your code to automate solvi
3333
- [report](#report)
3434
- [Proxies](#proxies)
3535
- [Error handling](#error-handling)
36-
- [Useful links](#useful-links)
3736

3837
## Installation
3938
Install nuget package from [nuget]
@@ -394,11 +393,11 @@ catch (TimeoutException e)
394393
}
395394
```
396395

397-
## Useful links
398-
- [nuget](https://www.nuget.org/packages/2captcha-csharp/)
399-
- [2Captcha](https://2captcha.com/)
400-
- [2captcha sofware catalog](https://2captcha.com/software)
401-
- [Pingback settings](https://2captcha.com/setting/pingback)
402-
- [Post options](https://2captcha.com/2captcha-api#normal_post)
403-
- [list of supported languages](https://2captcha.com/2captcha-api#language)
404-
- [Examples directory](./TwoCaptcha.Examples)
396+
<!-- Shared links -->
397+
[nuget]: https://www.nuget.org/packages/2captcha-csharp/
398+
[2Captcha]: https://2captcha.com/
399+
[2captcha sofware catalog]: https://2captcha.com/software
400+
[Pingback settings]: https://2captcha.com/setting/pingback
401+
[Post options]: https://2captcha.com/2captcha-api#normal_post
402+
[list of supported languages]: https://2captcha.com/2captcha-api#language
403+
[Examples directory]: /TwoCaptcha.Examples

0 commit comments

Comments
 (0)