@@ -43,7 +43,7 @@ A settled Promise will be either:
43
43
### ` getAnnotations() `
44
44
This is a helper for fetching annotations.
45
45
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 ) .
47
47
48
48
### ` setStoreAdapter() `
49
49
Sets the implementation of the ` StoreAdapter ` to be used by ` PDFJSAnnotate ` .
@@ -60,7 +60,7 @@ __Parameters__
60
60
| ---| ---|
61
61
| ` adapter ` | The StoreAdapter implementation to be used. |
62
62
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 ) .
64
64
65
65
### ` getStoreAdapter() `
66
66
Gets the implementation of ` StoreAdapter ` being used by ` PDFJSAnnotate ` .
@@ -78,7 +78,7 @@ __Returns__
78
78
### ` StoreAdapter `
79
79
An abstract class that describes how ` PDFJSAnnotate ` communicates with your backend.
80
80
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 ) .
82
82
83
83
### LocalStoreAdapter
84
84
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())
92
92
### ` UI `
93
93
This object contains helper functions for managing UI interactions for creating, editing, and deleting annotations.
94
94
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