summaryrefslogtreecommitdiff
path: root/examples/gmi2html
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-01-17 16:41:04 -0700
committertjpcc <tjp@ctrl-c.club>2023-01-17 16:41:04 -0700
commit6586db782ea6dcb5f2eb191a690ec7e7df51161f (patch)
tree36158a53a6d8aad9f5a873c6c43d598ce5647b97 /examples/gmi2html
parent2ef530daa47b301a40c1ee93cd43b8f36fc68c0b (diff)
Updates
* update README * move "gemtext" to within "gemini"
Diffstat (limited to 'examples/gmi2html')
-rw-r--r--examples/gmi2html/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gmi2html/main.go b/examples/gmi2html/main.go
index f6131f3..40c0b8c 100644
--- a/examples/gmi2html/main.go
+++ b/examples/gmi2html/main.go
@@ -4,8 +4,8 @@ import (
"log"
"os"
- "tildegit.org/tjp/gus/gemtext"
- "tildegit.org/tjp/gus/gemtext/htmlconv"
+ "tildegit.org/tjp/gus/gemini/gemtext"
+ "tildegit.org/tjp/gus/gemini/gemtext/htmlconv"
)
func main() {