Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 3bc354e

Browse files
author
Oxford
committed
Fixed broken links
1 parent 45045ad commit 3bc354e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽSUMMARY.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* [Observer](/observer/README.md)
2323
+ [Installation](/observer/v1/installation.md)
2424
+ [Examples](/observer/v1/examples.md)
25-
+ [API](/observer/v1/api)
25+
+ [API](/observer/v1/api/README.md)
2626
* [Observables](/observables/README.md)
2727
* [PlayUI](/play-ui/README.md)
2828
* [Installation](/play-ui/v002/installation.md)

β€Žobserver/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Observer is a simple set of functions for intercepting and observing JavaScript
1010

1111
+ [Installation](/observer/v1/installation.md)
1212
+ [Examples](/observer/v1/examples.md)
13-
+ [API](/observer/v1/api)
13+
+ [API](/observer/v1/api/README.md)
1414

1515
## Issues
1616

β€Žobserver/v1/installation.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ import Observer from './node_modules/@web-native-js/observer/v1/src/index.js';
3333
## Usage
3434

3535
+ [Examples](/observer/v1/examples.md)
36-
+ [API Docs](/observer/v1/api)
36+
+ [API Docs](/observer/v1/api/README.md)

0 commit comments

Comments
 (0)