Fix documentation links

This commit is contained in:
lwthiker
2022-09-10 19:11:45 +03:00
parent 27efac6b95
commit 917f2988b6
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
curl-impersonate can be run on Linux and macOS. Partial support for Windows is currently available through a different project: [curl-impersonate-win](https://github.com/depler/curl-impersonate-win). curl-impersonate can be run on Linux and macOS. Partial support for Windows is currently available through a different project: [curl-impersonate-win](https://github.com/depler/curl-impersonate-win).
## Installation ## Installation
Installation instructions are available on the [main page](README.md#installation). Installation instructions are available on the [main page](https://github.com/lwthiker/curl-impersonate#installation)
The project supplies two modified flavors of curl: The project supplies two modified flavors of curl:
* The *Chrome version* is a modified curl binary and libcurl library that can impersonate Chrome, Edge and Safari. It uses BoringSSL, Chrome's TLS library. It is based on a patched curl version with added support for some additional TLS extensions and modified HTTP/2 settings that make it look like a browser. * The *Chrome version* is a modified curl binary and libcurl library that can impersonate Chrome, Edge and Safari. It uses BoringSSL, Chrome's TLS library. It is based on a patched curl version with added support for some additional TLS extensions and modified HTTP/2 settings that make it look like a browser.

View File

@@ -20,7 +20,7 @@ curl_chrome104 -v -L https://wikipedia.org
will produce a signature identical to Chrome version 104. You can add command line flags and they will be passed on to curl. However, some flags change curl's TLS signature. See below for more details. will produce a signature identical to Chrome version 104. You can add command line flags and they will be passed on to curl. However, some flags change curl's TLS signature. See below for more details.
The full list of wrapper scripts is available on the [main page](README.md#supported-browsers). The full list of wrapper scripts is available on the [main page](https://github.com/lwthiker/curl-impersonate#supported-browsers).
## Changing the HTTP headers ## Changing the HTTP headers
The wrapper scripts use a certain set of HTTP headers such as `User-Agent`, `Accept-Encoding` and a few more. The wrapper scripts use a certain set of HTTP headers such as `User-Agent`, `Accept-Encoding` and a few more.

View File

@@ -1,3 +1,3 @@
# Using libcurl-impersonate # Using libcurl-impersonate
Documentation for using libcurl-impersonate is currently on the [main page](README.md#libcurl-impersonate). Documentation for using libcurl-impersonate is currently on the [main page](https://github.com/lwthiker/curl-impersonate#libcurl-impersonate)

View File

@@ -8,8 +8,8 @@ These docs describe the various usage options.
## Contents ## Contents
1. [Getting Started](docs/01_GETTING_STARTED.md) 1. [Getting Started](01_GETTING_STARTED.md)
2. [Running from the command line](docs/02_USAGE.md) 2. [Running from the command line](02_USAGE.md)
3. [Using libcurl-impersonate](docs/03_LIBCURL_IMPERSONATE.md) 3. [Using libcurl-impersonate](03_LIBCURL_IMPERSONATE.md)
1. [In PHP scripts](docs/03_LIBCURL_IMPERSONATE_PHP.md) 1. [In PHP scripts](03_LIBCURL_IMPERSONATE_PHP.md)
2. [In JS scripts](docs/03_LIBCURL_IMPERSONATE_JS.md) 2. [In JS scripts](03_LIBCURL_IMPERSONATE_JS.md)