summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-06-03 13:40:01 -0700
committerMatthew Miller <matthew@millerti.me>2020-06-03 13:40:01 -0700
commita06925784751e73c5e238376c3b5a88a2c1de95e (patch)
treefe50bb84979acc268c7e05af7db9a64b734da099
parent5957badf50b3f8a5bf3b80db739cb36f25eac398 (diff)
Update README’s with new docs URL
-rw-r--r--README.md4
-rw-r--r--packages/browser/README.md2
-rw-r--r--packages/server/README.md2
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index d002792..615e6f9 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,10 @@ An additional package is also included that contains shared TypeScript definitio
See these packages' READMEs for more specific implementation information.
+**API Documentation**
+
+In-depth API documentation for all of the packages in this project is available here: https://docs.simplewebauthn.dev/
+
## Philosophy
WebAuthn is a browser API that enables the use of physical, cryptographically-secure hardware "authenticators" to provide stronger replacements to passwords or 2FA.
diff --git a/packages/browser/README.md b/packages/browser/README.md
index f3aa868..4b5a4bc 100644
--- a/packages/browser/README.md
+++ b/packages/browser/README.md
@@ -37,4 +37,4 @@ The library's methods will be available on the global `SimpleWebAuthnBrowser` ob
Check out [the example's public/ folder](../../example/public/) for a practical implementation of this library.
-Lower-level API documentation for the methods in this library is available [here](https://simplewebauthn.netlify.app/modules/_simplewebauthn_browser.html).
+Lower-level API documentation for the methods in this library is available [here](https://docs.simplewebauthn.dev/modules/_simplewebauthn_browser.html).
diff --git a/packages/server/README.md b/packages/server/README.md
index cee2de7..ad17329 100644
--- a/packages/server/README.md
+++ b/packages/server/README.md
@@ -30,7 +30,7 @@ const SimpleWebAuthnServer = require('@simplewebauthn/server');
Check out [the example's index.js](../../example/index.js) for a practical implementation of this library.
-Lower-level API documentation for the methods in this library is available [here](https://simplewebauthn.netlify.app/modules/_simplewebauthn_server.html).
+Lower-level API documentation for the methods in this library is available [here](https://docs.simplewebauthn.dev/modules/_simplewebauthn_server.html).
## Supported Attestation Formats