From 203f09d7ccd4155af57a988d5d926ef479819db7 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Thu, 16 Mar 2023 14:28:44 +0800 Subject: [PATCH] Update README links Point to absolute paths. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d08420d..a627c29 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ The companion for Web forms!
- + Extract and set form values through the DOM—no frameworks required! - +
Lightweight. Simple. It Just Works. @@ -161,6 +161,6 @@ needed, the proper usages are documented via TSDoc comments. The library has been tested on the static DOM using JSDOM, and the real dynamic DOM using Cypress. This is to guarantee compatibility across environments. -See the [documentation folder](./docs) for more details on this library. +See the [documentation folder](https://code.modal.sh/TheoryOfNekomata/formxtra/src/branch/master/docs) for more details on this library. -The sources are under the [MIT license](./LICENSE). +The sources are under the [MIT license](https://code.modal.sh/TheoryOfNekomata/formxtra/raw/branch/master/LICENSE).