Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 9a82134

Browse files
committed
chore: remove useless link
1 parent bfb0800 commit 9a82134

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install
2424
- name: Build documentation
25-
uses: zakodium/typedoc-action@update-debug
25+
uses: zakodium/typedoc-action@v2
2626
with:
2727
entry: ${{ env.ENTRY_FILE }}
2828
name: ImageJS

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Image processing and manipulation in JavaScript.
1313

1414
## [API](https://image-js.github.io/image-js-typescript/)
1515

16-
Look at the [examples](./examples) directory for how the API is being designed.
17-
1816
## Development
1917

2018
See [Development documentation](./Development.md).

examples/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)