diff options
author | haturatu <taro@eyes4you.org> | 2025-02-22 23:20:55 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-02-22 23:20:55 +0900 |
commit | 9345907a5c1737c6c2c1f8eba52a568035b08493 (patch) | |
tree | 50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /addons | |
parent | a9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff) |
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
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. |