We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd75c13 commit 6f8ea7eCopy full SHA for 6f8ea7e
lib/docs/scrapers/koa.rb
@@ -2,8 +2,8 @@
2
3
module Docs
4
class Koa < Github
5
- self.base_url = 'https://github.com/koajs/koa/blob/master/docs/'
6
- self.release = '2.13.0'
+ self.base_url = 'https://github.com/koajs/koa/tree/master/docs'
+ self.release = '2.14.2'
7
8
self.root_path = 'api/index.md'
9
self.initial_paths = %w[
0 commit comments