We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d887b commit fbff1d0Copy full SHA for fbff1d0
1 file changed
_layouts/docs.html
@@ -52,7 +52,7 @@
52
if (!version) return nextSvc()
53
console.log('determined latest version as %s via %s', version, svc)
54
Flatdoc.run({
55
- fetcher: Flatdoc.file('https://raw.githubusercontent.com/yargs/yargs/v' + version + '/README.md')
+ fetcher: Flatdoc.file('https://raw.githubusercontent.com/yargs/yargs/v' + version + '/docs/api.md')
56
})
57
},
58
error: function () {
0 commit comments