Skip to content

Commit aa5068e

Browse files
authored
Merge pull request #5 from jomey/patch-1
README - Update links to docs
2 parents 2beaea1 + 306c73e commit aa5068e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ commands:
4141
jobs:
4242
build_docs:
4343
working_directory: ~/repo
44-
machine: true
44+
machine:
45+
image: ubuntu-2004:202111-02
4546
steps:
4647
- install_conda
4748
- build_docs

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ You can
1515

1616
These examples are automatically tested and deployed using CircleCI |circleci|
1717

18-
.. _psyplot GUI: psyplot.readthedocs.io/projects/psyplot-gui
19-
.. _psy-view: https://psyplot.readthedocs.io/projects/psy-view
18+
.. _psyplot GUI: https://psyplot.github.io/psyplot-gui/
19+
.. _psy-view: https://psyplot.github.io/psy-view/
2020

2121

2222
.. |notebooks| image:: https://mybinder.org/badge_logo.svg
@@ -37,4 +37,4 @@ These examples are automatically tested and deployed using CircleCI |circleci|
3737

3838
.. |circleci| image:: https://img.shields.io/circleci/build/github/psyplot/examples/main
3939
:alt: CircleCI
40-
:target: https://app.circleci.com/pipelines/github/psyplot/examples
40+
:target: https://app.circleci.com/pipelines/github/psyplot/examples

0 commit comments

Comments
 (0)