Skip to content

Commit a2e1820

Browse files
authored
docs: update links in docs folder (#196)
Signed-off-by: Matthew Peveler <[email protected]>
1 parent c20b18b commit a2e1820

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
- Introduction
44
- API
5-
- [PDFJSAnnotate](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/PDFJSAnnotate.md)
6-
- [StoreAdapter](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md)
5+
- [PDFJSAnnotate](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/PDFJSAnnotate.md)
6+
- [StoreAdapter](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md)
77
- AbstractStoreAdapter
8-
- [UI](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/UI.md)
8+
- [UI](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/UI.md)
99
- Annotations
10-
- [Area](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Area.md)
11-
- [Drawing](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Drawing.md)
12-
- [Highlight](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Highlight.md)
13-
- [Point](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Point.md)
14-
- [Strikeout](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Strikeout.md)
15-
- [Textbox](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Textbox.md)
10+
- [Area](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Area.md)
11+
- [Drawing](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Drawing.md)
12+
- [Highlight](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Highlight.md)
13+
- [Point](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Point.md)
14+
- [Strikeout](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Strikeout.md)
15+
- [Textbox](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Textbox.md)

docs/api/PDFJSAnnotate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A settled Promise will be either:
4343
### `getAnnotations()`
4444
This is a helper for fetching annotations.
4545

46-
See [StoreAdapter.getAnnotations()](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md#getannotations).
46+
See [StoreAdapter.getAnnotations()](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md#getannotations).
4747

4848
### `setStoreAdapter()`
4949
Sets the implementation of the `StoreAdapter` to be used by `PDFJSAnnotate`.
@@ -60,7 +60,7 @@ __Parameters__
6060
|---|---|
6161
| `adapter` | The StoreAdapter implementation to be used. |
6262

63-
See [StoreAdapter](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md).
63+
See [StoreAdapter](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md).
6464

6565
### `getStoreAdapter()`
6666
Gets the implementation of `StoreAdapter` being used by `PDFJSAnnotate`.
@@ -78,7 +78,7 @@ __Returns__
7878
### `StoreAdapter`
7979
An abstract class that describes how `PDFJSAnnotate` communicates with your backend.
8080

81-
See [StoreAdapter](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md).
81+
See [StoreAdapter](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md).
8282

8383
### LocalStoreAdapter
8484
An implementation of `StoreAdapter` that uses `localStorage` as the backend. This is useful for prototyping or testing.
@@ -92,4 +92,4 @@ PDFJSAnnotate.setStoreAdapter(new PDFJSAnnotate.LocalStoreAdapter())
9292
### `UI`
9393
This object contains helper functions for managing UI interactions for creating, editing, and deleting annotations.
9494

95-
See [UI](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/UI.md).
95+
See [UI](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/UI.md).

0 commit comments

Comments
 (0)