This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new ef8b6e39b add missing link to WikiSyntaxConverter
ef8b6e39b is described below
commit ef8b6e39b111091badf9dbb8cc9cf0b47c881d92
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Wed Jul 13 08:49:08 2022 +0200
add missing link to WikiSyntaxConverter
---
ChangeLog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index acda48412..d5f8252c6 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -24,7 +24,7 @@ under the License.
* New `CsrfProtectionFilter` to protect POST requests from CSRF attacks
* `org.apache.wiki.api.core.Session` gains new `String antiCsrfToken()`
method
-* [`org.apache.wiki.markdown.migration.WikiSyntaxConverter`] to convert from
JSPWiki syntax to markdown
+*
[`org.apache.wiki.markdown.migration.WikiSyntaxConverter`](https://github.com/apache/jspwiki/blob/master/jspwiki-markdown/src/test/java/org/apache/wiki/markdown/migration/WikiSyntaxConverter.java)
to convert from JSPWiki syntax to markdown
* does not keep pages' history nor attachments (yet), but it's enough to
generate the basic set of wikipages from jspwiki-wikipages artifacts
* Fixed logout modal dialog not showing up