Skip to content

Commit 6f8ea7e

Browse files
committed
Update Koa documentation (2.14.2)
1 parent dd75c13 commit 6f8ea7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/koa.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
module Docs
44
class Koa < Github
5-
self.base_url = 'https://github.com/koajs/koa/blob/master/docs/'
6-
self.release = '2.13.0'
5+
self.base_url = 'https://github.com/koajs/koa/tree/master/docs'
6+
self.release = '2.14.2'
77

88
self.root_path = 'api/index.md'
99
self.initial_paths = %w[

0 commit comments

Comments
 (0)