Skip to content

Commit 4cb9bda

Browse files
committed
make v3 API the default; closes #47
1 parent 5fdb046 commit 4cb9bda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Unreleased.
1212
- Refactor customization of slides (uses ``*.css``, ``*.head.html``, and ``*.body.html``).
1313
- Page title is not extracted from the markdown file.
1414
- Allow to render using https://revealjs.com.
15+
- v3 of the URL API becomes the default.
1516

1617

1718
Version 0.1.0

cicero/static/search/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
update_links: function() {
7878
var vm = this
79-
vm.link = '/v2/remark/github/' + vm.user + '/' + vm.repo + '/' + vm.branch + '/' + vm.file
79+
vm.link = '/v3/remark/0.14.0/github.com/' + vm.user + '/' + vm.repo + '/' + vm.branch + '/' + vm.file
8080
vm.source_link = 'https://github.com/' + vm.user + '/' + vm.repo + '/blob/' + vm.branch + '/' + vm.file
8181
},
8282
},

0 commit comments

Comments
 (0)