Fix
This commit is contained in:
parent
09c5a126be
commit
d20dbe2649
3 changed files with 5 additions and 5 deletions
src
|
@ -34,7 +34,7 @@
|
|||
(regex-replace "/index$" path "")))
|
||||
|
||||
(defun bracket->colon (path)
|
||||
(regex-replace-all "\\[(.*?)\\]" path ":\\1"))
|
||||
(regex-replace-all "<(.*?)>" path ":\\1"))
|
||||
|
||||
(defun path->uri (path)
|
||||
(bracket->colon (remove-index path)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue