aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorsvetlana <svetlana@web>2018-01-25 20:15:28 -0400
committeradmin <admin@branchable.com>2018-01-25 20:15:28 -0400
commit59b4785155ba8b59952246b049cb69552090b98b (patch)
treebb36063bbea54b74ce8ef7eaadc425f8c6473622 /doc/plugins
parent63ecbc18d6b9ec0c70467b7b9593cab8561543f2 (diff)
downloadikiwiki-59b4785155ba8b59952246b049cb69552090b98b.tar
ikiwiki-59b4785155ba8b59952246b049cb69552090b98b.tar.gz
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/rename/discussion.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/rename/discussion.mdwn b/doc/plugins/rename/discussion.mdwn
new file mode 100644
index 000000000..ff172e728
--- /dev/null
+++ b/doc/plugins/rename/discussion.mdwn
@@ -0,0 +1,11 @@
+# Bug with attachments in parent directory
+
+1. Create page '/foo', attach file baz2.png (it will be 'foo/baz2.png')
+1. Create '/foo/bar' page with '[[baz2.png]]' contents, this works and shows the image
+1. Rename /foo/bar to /iliketrains/bar
+
+Expected result, updated link inside of the page from 'baz2.png' to a relative or absolute path that works.
+
+Actual result, the link inside of the page is not updated. It stays a broken link.
+
+--[[svetlana]]