lib/inochi/templates/README.rbs in inochi-3.0.0 vs lib/inochi/templates/README.rbs in inochi-4.0.0

- old
+ new

@@ -15,22 +15,22 @@ %#---------------------------------------------------------------------------- ### Resources %#---------------------------------------------------------------------------- * Issue tracker (report bugs, request features, get help): - <http://github.com/TODO/#{package_name}/issues> + <<%= bug_track_url %>> -* Source code (browse online or obtain with [Git](http://git-scm.com)): - <http://github.com/TODO/#{package_name}> +* Source code (browse online or obtain with <%= code_repo_scm %>): + <<%= code_repo_url %>> * API documentation: - <<%= File.join(#{library_name}::WEBSITE, 'api/') %>> + <<%= api_docs_url %>> * Announcements feed: - <<%= File.join(#{library_name}::WEBSITE, 'ann.xml') %>> + <<%= ann_feed_url %>> * Official website: - <<%= Ember::WEBSITE %>> + <<%= proj_home_url %>> %#---------------------------------------------------------------------------- ### Setup %#----------------------------------------------------------------------------