Skip to content

Commit

Permalink
Fix relative links
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from fix/links to master

Squashed commit of the following:

commit e75be0d
Author: Maxim Topciu <mtopciu@adguard.com>
Date:   Thu Apr 25 19:43:27 2024 +0300

    fix relative links
  • Loading branch information
maximtop committed Apr 26, 2024
1 parent 5c7964f commit b8ec1fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/adguard-api/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AdGuard API

> [!NOTE]
> Version: **v2.1.0**
> Version: **v2.1.4**
AdGuard API is a filtering library that provides the following features:

Expand All @@ -12,7 +12,7 @@ AdGuard API is a filtering library that provides the following features:
- Auto-detecting language filters.
- Logging request processing.

[tswebextensionreadme]: ../tswebextension/README.md
[tswebextensionreadme]: https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/tswebextension/README.md

## Table of contents

Expand Down Expand Up @@ -78,7 +78,7 @@ requests to a local "resource" using the `$redirect` rule modifier. You can use

[webaccessibleresources]: https://developer.chrome.com/docs/extensions/mv3/manifest/web_accessible_resources/
[scriptletsredirectres]: https://github.com/AdguardTeam/Scriptlets#redirect-resources
[tswebextensionusage]: ../tswebextension/README.md#usage
[tswebextensionusage]: https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/tswebextension/README.md#cli

## Configuration

Expand Down Expand Up @@ -486,7 +486,7 @@ adguardApi.onRequestBlocked.removeListener(
## Usage

See full sample app project in [examples/adguard-api](../examples/adguard-api/)
See full sample app project in [examples/adguard-api](https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/examples/adguard-api)

```ts
import { AdguardApi, Configuration, RequestBlockingEvent } from "@adguard/api";
Expand Down

0 comments on commit b8ec1fa

Please sign in to comment.