diff --git a/README.org b/README.org index 8cac243..c6ba13c 100644 --- a/README.org +++ b/README.org @@ -14,10 +14,10 @@ ** Documentation - * Website: https://clarete.li/templatel - * Documentation: https://clarete.li/templatel/doc - * Code: https://github.com/clarete/templatel - * Issues: https://github.com/clarete/templatel/issues + * Website: https://emacs.love/templatel + * Documentation: https://emacs.love/templatel/doc + * Code: https://github.com/emacs-love/templatel + * Issues: https://github.com/emacs-love/templatel/issues ** How does it look like @@ -35,7 +35,7 @@ #+begin_src emacs-lisp (templatel-render-file "tmpl.html.jinja" '(("title" . "A nice web page") - ("users" . ((("url" . "https://clarete.li") + ("users" . ((("url" . "https://emacs.love") ("name" . "link")) (("url" . "https://gnu.org") ("name" . "Gnu!!")))))) @@ -46,7 +46,7 @@ #+begin_src html

A nice web page

#+end_src diff --git a/docs/api.html b/docs/api.html index 1299ef8..2c4e7ac 100644 --- a/docs/api.html +++ b/docs/api.html @@ -7,7 +7,7 @@ 'templatel - api reference - + @@ -16,14 +16,14 @@