Skip to content

Commit

Permalink
Merge pull request #1734: Replace email with Nextstrain contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Jan 8, 2024
2 parents 97589d1 + 5b7fc4c commit 40befc6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/customise-client/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Client Customisation API

.. warning::

The functionality detailed in this page needs more attention, both in terms of testing and code development. We expect there to be some bugs and possible API changes. If you rely on this functionality, we recommend you pin your installation of Auspice to a specific version. Please `get in touch with us <mailto:hello@nextstrain.org>`__ if you are using these customisations so that we can work with you!
The functionality detailed in this page needs more attention, both in terms of testing and code development. We expect there to be some bugs and possible API changes. If you rely on this functionality, we recommend you pin your installation of Auspice to a specific version. Please `get in touch with us <https://nextstrain.org/contact>`__ if you are using these customisations so that we can work with you!

This page details the available options and format of the customisations available at (client) build time. They are contained in a JSON file supplied to Auspice via

Expand Down
2 changes: 1 addition & 1 deletion docs/narratives/create-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This documentation will walk through how to turn a narrative into a static PDF.
We understand that there are multiple reasons why PDFs may be a necessary method of distribution, but stress that narratives are designed to be viewed through auspice where you have the ability to interact with and interrogate the data.

If you run into any bugs, please [get in contact with us (email)](mailto:hello@nextstrain.org).
If you run into any bugs, please [get in contact with us](https://nextstrain.org/contact).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs/narratives/how-to-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


This documentation will walk us through constructing a narrative from scratch, based on [this example (nextstrain.org)](https://nextstrain.org/narratives/intro-to-narratives).
If you run into any bugs, please [get in contact with us (email)](mailto:hello@nextstrain.org).
If you run into any bugs, please [get in contact with us](https://nextstrain.org/contact).

## Step 1: Get the Underlying Datasets

Expand Down
2 changes: 1 addition & 1 deletion docs/narratives/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If you've got a narrative working locally (i.e. running Auspice on your computer
## Known Bugs / Limitations

Narratives are now being used in various settings, however some bugs remain.
Please [get in touch (email)](mailto:hello@nextstrain.org) with any and all questions about narratives, or [file an issue on GitHub](https://github.com/nextstrain/auspice/issues/new) 🙏
Please [get in touch](https://nextstrain.org/contact) with any and all questions about narratives, or [file an issue on GitHub](https://github.com/nextstrain/auspice/issues/new) 🙏

* Styling may be slightly off on different browsers.

Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Auspice started as the `nextstrain.org <https://nextstrain.org>`__ visualisation

So in a way, this is the first proper Auspice release! There are a few big and visible changes, including using pie charts to represent discrete variables on a map, but a lot of the changes were done to make things easier behind the scenes. There are also a bunch of really cool features such as the ability to define custom servers, change the aesthetics of the Auspice client, display multiple trees and write narratives which were technically part of Auspice v1 but undocumented. This documentation website is now up to date and should allow you to understand how to use Auspice to its full potential (`contributions are always welcome! <https://github.com/nextstrain/auspice/blob/-/DEV_DOCS.md>`__)

In general, we hope that this documentation and the help messages of the various ``auspice`` subcommands are vastly improved. The major changes which Auspice v2 brings are detailed below 👇 If you have any comments please `email us <mailto:hello@nextstrain.org>`__ or say hi on `twitter <https://twitter.com/nextstrain>`__.
In general, we hope that this documentation and the help messages of the various ``auspice`` subcommands are vastly improved. The major changes which Auspice v2 brings are detailed below 👇 If you have any comments please `contact us <https://nextstrain.org/contact>`__ or say hi on `twitter <https://twitter.com/nextstrain>`__.

I don't want to upgrade - how can I continue to use Auspice v1?
---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/components/splash/splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const SplashContent = ({available, browserDimensions, dispatch, errorMessage, ch
</p>
<p style={{fontSize: "16px"}}>
{"If this keeps happening, or you believe this is a bug, please "}
<a href={"mailto:hello@nextstrain.org"}>{"get in contact with us."}</a>
<a href={"https://nextstrain.org/contact"}>{"get in contact with us."}</a>
</p>
</div>
</CenterContent>
Expand Down

0 comments on commit 40befc6

Please sign in to comment.