From 917f2988b6cc7b9d7a0083e71048c9ec94c0690c Mon Sep 17 00:00:00 2001 From: lwthiker Date: Sat, 10 Sep 2022 19:11:45 +0300 Subject: [PATCH] Fix documentation links --- docs/01_GETTING_STARTED.md | 2 +- docs/02_USAGE.md | 2 +- docs/03_LIBCURL_IMPERSONATE.md | 2 +- docs/README.md | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/01_GETTING_STARTED.md b/docs/01_GETTING_STARTED.md index 0888309..5d15103 100644 --- a/docs/01_GETTING_STARTED.md +++ b/docs/01_GETTING_STARTED.md @@ -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). ## 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 *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. diff --git a/docs/02_USAGE.md b/docs/02_USAGE.md index d3a64eb..e93fb98 100644 --- a/docs/02_USAGE.md +++ b/docs/02_USAGE.md @@ -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. -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 The wrapper scripts use a certain set of HTTP headers such as `User-Agent`, `Accept-Encoding` and a few more. diff --git a/docs/03_LIBCURL_IMPERSONATE.md b/docs/03_LIBCURL_IMPERSONATE.md index 8d0fc83..ca20230 100644 --- a/docs/03_LIBCURL_IMPERSONATE.md +++ b/docs/03_LIBCURL_IMPERSONATE.md @@ -1,3 +1,3 @@ # 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) diff --git a/docs/README.md b/docs/README.md index 9cb3680..565c723 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,8 +8,8 @@ These docs describe the various usage options. ## Contents -1. [Getting Started](docs/01_GETTING_STARTED.md) -2. [Running from the command line](docs/02_USAGE.md) -3. [Using libcurl-impersonate](docs/03_LIBCURL_IMPERSONATE.md) - 1. [In PHP scripts](docs/03_LIBCURL_IMPERSONATE_PHP.md) - 2. [In JS scripts](docs/03_LIBCURL_IMPERSONATE_JS.md) +1. [Getting Started](01_GETTING_STARTED.md) +2. [Running from the command line](02_USAGE.md) +3. [Using libcurl-impersonate](03_LIBCURL_IMPERSONATE.md) + 1. [In PHP scripts](03_LIBCURL_IMPERSONATE_PHP.md) + 2. [In JS scripts](03_LIBCURL_IMPERSONATE_JS.md)