Skip to content

Commit

Permalink
make v3 API the default; closes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Dec 9, 2018
1 parent 5fdb046 commit 4cb9bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased.
- Refactor customization of slides (uses ``*.css``, ``*.head.html``, and ``*.body.html``).
- Page title is not extracted from the markdown file.
- Allow to render using https://revealjs.com.
- v3 of the URL API becomes the default.


Version 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion cicero/static/search/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
update_links: function() {
var vm = this
vm.link = '/v2/remark/github/' + vm.user + '/' + vm.repo + '/' + vm.branch + '/' + vm.file
vm.link = '/v3/remark/0.14.0/github.com/' + vm.user + '/' + vm.repo + '/' + vm.branch + '/' + vm.file
vm.source_link = 'https://github.com/' + vm.user + '/' + vm.repo + '/blob/' + vm.branch + '/' + vm.file
},
},
Expand Down

0 comments on commit 4cb9bda

Please sign in to comment.