File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ The easiest way to quickly integrate [2Captcha] into your code to automate solvi
33
33
- [ report] ( #report )
34
34
- [ Proxies] ( #proxies )
35
35
- [ Error handling] ( #error-handling )
36
- - [ Useful links] ( #useful-links )
37
36
38
37
## Installation
39
38
Install nuget package from [ nuget]
@@ -394,11 +393,11 @@ catch (TimeoutException e)
394
393
}
395
394
```
396
395
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
You can’t perform that action at this time.
0 commit comments