From 4fdf356b29160af7a77649c76b8c75413e9c029c Mon Sep 17 00:00:00 2001 From: Victoria <80417010+victorialslocum@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:01:18 +0100 Subject: [PATCH] Add links in website and readme for survey (#12385) --- README.md | 3 +++ website/src/templates/index.js | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 49aa6796e..36a015caf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ production-ready [**training system**](https://spacy.io/usage/training) and easy model packaging, deployment and workflow management. spaCy is commercial open-source software, released under the [MIT license](https://github.com/explosion/spaCy/blob/master/LICENSE). +💥 **We'd love to hear more about your experience with spaCy!** +[Fill out our survey here.](https://form.typeform.com/to/aMel9q9f) + 💫 **Version 3.5 out now!** [Check out the release notes here.](https://github.com/explosion/spaCy/releases) diff --git a/website/src/templates/index.js b/website/src/templates/index.js index 227b25be8..2ee29a9e9 100644 --- a/website/src/templates/index.js +++ b/website/src/templates/index.js @@ -25,6 +25,11 @@ const AlertSpace = ({ nightly, legacy }) => { const isOnline = useOnlineStatus() return ( <> + {isOnline && ( + + Take our survey here. + + )} {nightly && (