diff --git a/README.org b/README.org index a9ba0d5..797a620 100644 --- a/README.org +++ b/README.org @@ -8,7 +8,7 @@ that has existed on [[https://tilde.town][tilde.town]] since time immemorial. You can think of this project as a very special-cased static site generator with as few features as possible. -For now, check out the [[https://github.com/tildetown/tilde-wiki/blob/master/rfc.org][rfc]]. +For now, check out the [[./rfc.org][rfc]]. * using this tool diff --git a/rfc.org b/rfc.org index 58f44c6..32519ef 100644 --- a/rfc.org +++ b/rfc.org @@ -22,8 +22,8 @@ - /the wiki/: the files in a git repo that constitute the town's wiki content. accessible by command line or web. - ~wiki~: the ~wiki~ command, used locally to work on the wiki and publish changes - - ~tildetown/wiki~: a github repo for storing the content of our wiki - - ~tildetown/tilde-wiki~: a github repo for storing the ~wiki~ command + - ~tildetown/wiki~: a git repo for storing the content of our wiki + - ~tildetown/tilde-wiki~: a git repo for storing the ~wiki~ command ** Proposal diff --git a/setup.py b/setup.py index b32f5bd..a5481da 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='tildewiki', version='1.0.0', description='small utility for managing a wiki a la tilde.town', - url='https://github.com/tildetown/tilde-wiki', + url='https://git.tilde.town/tildetown/tilde-wiki', author='vilmibm shaksfrpease', author_email='nks@neongrid.space', license='GPL',