Skip to content

Commit

Permalink
Fix URL to source code. (#484)
Browse files Browse the repository at this point in the history
* Fix URL to source code.

* Update CI config.
  • Loading branch information
Shammamah Hossain authored Feb 21, 2020
1 parent 2046d65 commit 431f745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
node:
docker:
- image: circleci/python:3.7-stretch-node
- image: circleci/python:3.7.5-stretch-node

steps:
- checkout
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
python-3.6: &test-template
docker:
- image: circleci/python:3.6-stretch-node-browsers
- image: circleci/python:3.6.9-stretch-node-browsers

environment:
PERCY_ENABLED: True
Expand Down Expand Up @@ -120,14 +120,14 @@ jobs:
python-3.7:
<<: *test-template
docker:
- image: circleci/python:3.7-stretch-node-browsers
- image: circleci/python:3.7.5-stretch-node-browsers

environment:
PERCY_ENABLED: True

deploy_to_playground:
docker:
- image: circleci/python:3.6-stretch
- image: circleci/python:3.6.9-stretch
working_directory: ~/dash-sample-apps
steps:
- checkout
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
deploy_to_gallery:
docker:
- image: circleci/python:3.6-stretch
- image: circleci/python:3.6.9-stretch
working_directory: ~/dash-sample-apps
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion tests/dashbio_demos/common/layout_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def app_page_layout(page_layout,
'View on GitHub'
],
href="http://github.com/plotly/dash-bio/"
"blob/master/tests/dashbio_demos/{}/app.py".format(
"blob/master/tests/dashbio_demos/dash-{}/app.py".format(
app_name
),
style={'color': 'white' if light_logo else 'black',
Expand Down

0 comments on commit 431f745

Please sign in to comment.