diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/README.md | 4 | ||||
-rw-r--r-- | addons/github.com/bosssauce/reference/reference.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/addons/README.md b/addons/README.md index 8f83e02..abacaff 100644 --- a/addons/README.md +++ b/addons/README.md @@ -1,7 +1,7 @@ # Addons Place packages inside this directory to extend upon Ponzu core. Find more addons -from the official repository at https://github.com/ponzu-cms/addons +from the official repository at https://github.com/haturatu/addons All packages inside this directory get vendored upon executing `$ ponzu build` @@ -10,4 +10,4 @@ pull request including your addon inside a directory without its own git repository. Questions? Reach out to [@ponzu_cms](https://twitter.com/ponzu_cms) on Twitter, -or open an issue at https://github.com/ponzu-cms/ponzu
\ No newline at end of file +or open an issue at https://github.com/haturatu/ponzu
\ No newline at end of file diff --git a/addons/github.com/bosssauce/reference/reference.go b/addons/github.com/bosssauce/reference/reference.go index 12d7769..361f2f5 100644 --- a/addons/github.com/bosssauce/reference/reference.go +++ b/addons/github.com/bosssauce/reference/reference.go @@ -12,8 +12,8 @@ import ( "log" "strings" - "github.com/ponzu-cms/ponzu/management/editor" - "github.com/ponzu-cms/ponzu/system/addon" + "github.com/haturatu/ponzu/management/editor" + "github.com/haturatu/ponzu/system/addon" ) // Select returns the []byte of a <select> HTML element plus internal <options> with a label. |