Skip to content

Commit fbff1d0

Browse files
author
Benjamin Coe
committed
chore: serve api.md rather than README.md
1 parent 86d887b commit fbff1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
if (!version) return nextSvc()
5353
console.log('determined latest version as %s via %s', version, svc)
5454
Flatdoc.run({
55-
fetcher: Flatdoc.file('https://raw.githubusercontent.com/yargs/yargs/v' + version + '/README.md')
55+
fetcher: Flatdoc.file('https://raw.githubusercontent.com/yargs/yargs/v' + version + '/docs/api.md')
5656
})
5757
},
5858
error: function () {

0 commit comments

Comments
 (0)