pantograph/lib/pantograph/documentation/docs_generator.rb in pantograph-0.1.20 vs pantograph/lib/pantograph/documentation/docs_generator.rb in pantograph-0.1.21
- old
+ new
@@ -44,10 +44,10 @@
output << ""
end
output << "This README.md is auto-generated and will be re-generated every time [_pantograph_](https://pantograph.tools) is run."
output << "More information about pantograph can be found on [pantograph.tools](https://pantograph.tools)."
- output << "The documentation of pantograph can be found on [johnknapprs.github.io/pantograph](https://johnknapprs.github.io/pantograph)."
+ output << "The documentation of pantograph can be found on [urbanquakers.github.io/pantograph](https://urbanquakers.github.io/pantograph)."
output << ""
begin
File.write(output_path, output.join("\n"))
UI.success("Successfully generated documentation at path '#{File.expand_path(output_path)}'") if PantographCore::Globals.verbose?