You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Where someURL needs to be a function of source page. For example, https://github.com/jooby-project/jooby/blob/master/modules/jooby-hbm/README.md would transform to https://github.com/jooby-project/jooby/edit/master/modules/jooby-hbm/README.md (s#/blob/#/edit/#).
GitHub will offer the end-user a forking opportunity as they complete (save/commit) their edit.
Line https://github.com/jooby-project/site-generator/blob/master/src/main/resources/site/layout.html#L92 needs and addition:
Where someURL needs to be a function of source page. For example,
https://github.com/jooby-project/jooby/blob/master/modules/jooby-hbm/README.md
would transform tohttps://github.com/jooby-project/jooby/edit/master/modules/jooby-hbm/README.md
(s#/blob/#/edit/#).GitHub will offer the end-user a forking opportunity as they complete (save/commit) their edit.
I would contribute the fix for this myself but #8
The text was updated successfully, but these errors were encountered: