Skip to content

Commit 4894816

Browse files
authored
Merge pull request #747 from malariagen/GH746_fix_switcher_URLs
Fix URLs in switcher.json
2 parents 8afc2d0 + aedf3d4 commit 4894816

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/source/_static/switcher.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,81 @@
22
{
33
"name": "15.0.1",
44
"version": "v15.0.1",
5-
"url": "https:///malariagen.github.io/malariagen-data-python/v15.0.1/",
5+
"url": "https://malariagen.github.io/malariagen-data-python/v15.0.1/",
66
"preferred": true
77
},
88
{
99
"name": "14.0.0",
1010
"version": "v14.0.0",
11-
"url": "https:///malariagen.github.io/malariagen-data-python/v14.0.0/"
11+
"url": "https://malariagen.github.io/malariagen-data-python/v14.0.0/"
1212
},
1313
{
1414
"name": "13.5.0",
1515
"version": "v13.5.0",
16-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.5.0/"
16+
"url": "https://malariagen.github.io/malariagen-data-python/v13.5.0/"
1717
},
1818
{
1919
"name": "13.4.0",
2020
"version": "v13.4.0",
21-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.4.0/"
21+
"url": "https://malariagen.github.io/malariagen-data-python/v13.4.0/"
2222
},
2323
{
2424
"name": "13.3.0",
2525
"version": "v13.3.0",
26-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.3.0/"
26+
"url": "https://malariagen.github.io/malariagen-data-python/v13.3.0/"
2727
},
2828
{
2929
"name": "13.2.1",
3030
"version": "v13.2.1",
31-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.2.0/"
31+
"url": "https://malariagen.github.io/malariagen-data-python/v13.2.0/"
3232
},
3333
{
3434
"name": "13.1.0",
3535
"version": "v13.1.0",
36-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.1.0/"
36+
"url": "https://malariagen.github.io/malariagen-data-python/v13.1.0/"
3737
},
3838
{
3939
"name": "13.0.4",
4040
"version": "v13.0.4",
41-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.0.4/"
41+
"url": "https://malariagen.github.io/malariagen-data-python/v13.0.4/"
4242
},
4343
{
4444
"name": "12.0.0",
4545
"version": "v12.0.0",
46-
"url": "https:///malariagen.github.io/malariagen-data-python/v12.0.0/"
46+
"url": "https://malariagen.github.io/malariagen-data-python/v12.0.0/"
4747
},
4848
{
4949
"name": "11.0.0",
5050
"version": "v11.0.0",
51-
"url": "https:///malariagen.github.io/malariagen-data-python/v11.0.0/"
51+
"url": "https://malariagen.github.io/malariagen-data-python/v11.0.0/"
5252
},
5353
{
5454
"name": "10.0.0",
5555
"version": "v10.0.0",
56-
"url": "https:///malariagen.github.io/malariagen-data-python/v10.0.0/"
56+
"url": "https://malariagen.github.io/malariagen-data-python/v10.0.0/"
5757
},
5858
{
5959
"name": "9.0.0",
6060
"version": "v9.0.0",
61-
"url": "https:///malariagen.github.io/malariagen-data-python/v9.0.0/"
61+
"url": "https://malariagen.github.io/malariagen-data-python/v9.0.0/"
6262
},
6363
{
6464
"name": "8.0.0",
6565
"version": "v8.0.0",
66-
"url": "https:///malariagen.github.io/malariagen-data-python/v8.0.0/"
66+
"url": "https://malariagen.github.io/malariagen-data-python/v8.0.0/"
6767
},
6868
{
6969
"name": "7.15.0",
7070
"version": "v7.15.0",
71-
"url": "https:///malariagen.github.io/malariagen-data-python/v7.15.0/"
71+
"url": "https://malariagen.github.io/malariagen-data-python/v7.15.0/"
7272
},
7373
{
7474
"name": "7.14.0",
7575
"version": "v7.14.0",
76-
"url": "https:///malariagen.github.io/malariagen-data-python/v7.14.0/"
76+
"url": "https://malariagen.github.io/malariagen-data-python/v7.14.0/"
7777
},
7878
{
7979
"version": "dev",
80-
"url": "https:///malariagen.github.io/malariagen-data-python/latest/"
80+
"url": "https://malariagen.github.io/malariagen-data-python/latest/"
8181
}
8282
]

0 commit comments

Comments
 (0)