From 3c540ffa0f4c33764714c49783a12b20f1aca017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Sun, 11 Oct 2020 13:19:22 +0000 Subject: [PATCH] Link doesn't work Without https it does, but currently just redirects to this target. If you had plans for something else, this can be reverted. [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad28111..69df09e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] -Strs.jl is a container for a number of different packages from [JuliaString.org](https://juliastring.org) +Strs.jl is a container for a number of different packages from [JuliaString](https://github.com/JuliaString) It has two main goals: 1) To be a drop-in replacement for the built-in `String` and `Char` types, adding types that are both faster and easier to use, that are also using for interfacing with other languages, and are safer to use.