From 64f29da3ebc7a739d4daf5afdd5fe3ca120f4152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Mon, 6 Jan 2025 19:42:32 +0100 Subject: [PATCH 1/4] Document docs at deno.land no longer working --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c9830cb..290c9a7 100644 --- a/README.md +++ b/README.md @@ -25,19 +25,23 @@ timezones on the surface_. This readme aims to explain how ComPlainDate works, but doesn't contain full explanations of all available operations. The detailed documentation and -categorized lists of available functions are available at the _deno.land_ -website: +categorized lists of available functions were once available at the _deno.land_ +website, but that is no longer the case. -Visit -[the ComPlainDate API documentation](https://deno.land/x/complaindate/mod.ts) to -explore which specific utilities you can use to solve your problem. +We hope to regain documentation once this package is published at JSR instead, +see [Issue #88](https://github.com/bjuppa/com-plain-date/issues/88) for progress. + +Please note that all the links to the _deno.land_ docs from this readme are currently not working. +The simplest workaround is to browse the source files on GitHub instead, +and read the docblocks straight from the source. +Not ideal, we know, sorry. ## Installation ComPlainDate is distributed as an **npm** package as well as a **Deno** module: - [npmjs.com/package/complaindate](https://www.npmjs.com/package/complaindate) -- [deno.land/x/complaindate](https://deno.land/x/complaindate/mod.ts) +- [deno.land/x/complaindate](https://deno.land/x/complaindate) ## Table of contents From 029b4d73a7c52efb7760fd49619f7706ea947ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Mon, 6 Jan 2025 19:48:23 +0100 Subject: [PATCH 2/4] Fix line lengths --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 290c9a7..de52890 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ categorized lists of available functions were once available at the _deno.land_ website, but that is no longer the case. We hope to regain documentation once this package is published at JSR instead, -see [Issue #88](https://github.com/bjuppa/com-plain-date/issues/88) for progress. +see [Issue #88](https://github.com/bjuppa/com-plain-date/issues/88) for +progress. Please note that all the links to the _deno.land_ docs from this readme are currently not working. The simplest workaround is to browse the source files on GitHub instead, From 01daa6f5d7672a8b58c3aa2cc8e192f8766a3723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Mon, 6 Jan 2025 19:48:29 +0100 Subject: [PATCH 3/4] Fix line lengths --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de52890..9a04d0a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ We hope to regain documentation once this package is published at JSR instead, see [Issue #88](https://github.com/bjuppa/com-plain-date/issues/88) for progress. -Please note that all the links to the _deno.land_ docs from this readme are currently not working. +Please note that all the links to the _deno.land_ docs from this readme are +currently not working. The simplest workaround is to browse the source files on GitHub instead, and read the docblocks straight from the source. Not ideal, we know, sorry. From 3599d41c1c48416e60c0f4cf4ef09be59c6a8a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Mon, 6 Jan 2025 19:52:56 +0100 Subject: [PATCH 4/4] Fix line breaks --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a04d0a..2125ba2 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,9 @@ see [Issue #88](https://github.com/bjuppa/com-plain-date/issues/88) for progress. Please note that all the links to the _deno.land_ docs from this readme are -currently not working. -The simplest workaround is to browse the source files on GitHub instead, -and read the docblocks straight from the source. -Not ideal, we know, sorry. +currently not working. The simplest workaround is to browse the source files on +GitHub instead, and read the docblocks straight from the source. Not ideal, we +know, sorry. ## Installation