From a2e18204d741f7a3cb9f37093564cf5981c14152 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Fri, 31 Jul 2020 15:26:15 -0400 Subject: [PATCH] docs: update links in docs folder (#196) Signed-off-by: Matthew Peveler --- docs/README.md | 18 +++++++++--------- docs/api/PDFJSAnnotate.md | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3fbb2d71..85f42b95 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,14 +2,14 @@ - Introduction - API - - [PDFJSAnnotate](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/PDFJSAnnotate.md) - - [StoreAdapter](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md) + - [PDFJSAnnotate](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/PDFJSAnnotate.md) + - [StoreAdapter](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md) - AbstractStoreAdapter - - [UI](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/UI.md) + - [UI](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/UI.md) - Annotations - - [Area](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Area.md) - - [Drawing](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Drawing.md) - - [Highlight](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Highlight.md) - - [Point](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Point.md) - - [Strikeout](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Strikeout.md) - - [Textbox](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/annotations/Textbox.md) + - [Area](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Area.md) + - [Drawing](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Drawing.md) + - [Highlight](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Highlight.md) + - [Point](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Point.md) + - [Strikeout](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Strikeout.md) + - [Textbox](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/annotations/Textbox.md) diff --git a/docs/api/PDFJSAnnotate.md b/docs/api/PDFJSAnnotate.md index c6217193..b552d699 100644 --- a/docs/api/PDFJSAnnotate.md +++ b/docs/api/PDFJSAnnotate.md @@ -43,7 +43,7 @@ A settled Promise will be either: ### `getAnnotations()` This is a helper for fetching annotations. -See [StoreAdapter.getAnnotations()](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md#getannotations). +See [StoreAdapter.getAnnotations()](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md#getannotations). ### `setStoreAdapter()` Sets the implementation of the `StoreAdapter` to be used by `PDFJSAnnotate`. @@ -60,7 +60,7 @@ __Parameters__ |---|---| | `adapter` | The StoreAdapter implementation to be used. | -See [StoreAdapter](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md). +See [StoreAdapter](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md). ### `getStoreAdapter()` Gets the implementation of `StoreAdapter` being used by `PDFJSAnnotate`. @@ -78,7 +78,7 @@ __Returns__ ### `StoreAdapter` An abstract class that describes how `PDFJSAnnotate` communicates with your backend. -See [StoreAdapter](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md). +See [StoreAdapter](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/StoreAdapter.md). ### LocalStoreAdapter 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()) ### `UI` This object contains helper functions for managing UI interactions for creating, editing, and deleting annotations. -See [UI](https://github.com/mzabriskie/pdf-annotate.js/blob/master/docs/api/UI.md). +See [UI](https://github.com/Submitty/pdf-annotate.js/blob/master/docs/api/UI.md).