make urls relative in prod

This commit is contained in:
Kenneth Reitz
2011-06-15 19:31:28 -04:00
parent d7fbc45f90
commit f5aa949584
Vendored
+1 -1
View File
@@ -21,7 +21,7 @@ def _path_to(*loc):
def docs():
os.chdir(_path_to('.'))
os.system('ronn -5 -f README.md --style 80c --pipe > ./httpbin/templates/httpbin.1.html')
os.system("cat README.md|sed 's/(http:\/\/httpbin.org\//(\//'|ronn -5 -f --style 80c --pipe > ./httpbin/templates/httpbin.1.html")
def prod():