Skip to content

Commit

Permalink
docs: fix links to be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Jun 9, 2024
1 parent a95a942 commit a60158c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/oidc_web_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Learn more about developing dart web apps in: [dart.dev/web](https://dart.dev/we

## Getting started

The setup here is similar to what is done in [package:oidc](/oidc-getting-started/#web)
The setup here is similar to what is done in [package:oidc](oidc-getting-started.md#web)

### Add the dependencies

Expand Down Expand Up @@ -54,7 +54,7 @@ also the html page is completely customizable, but it's preferred to leave the j

## Usage

using this package is identical to [package:oidc](/oidc-usage/)
using this package is identical to [package:oidc](oidc-usage.md)

you can also see an [example here](https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_web_core/example) of a dart web app using this package

Expand Down

0 comments on commit a60158c

Please sign in to comment.