Skip to content

Commit 7c4dc65

Browse files
authored
Update user-guide.adoc
Replace CI result URL (Travis -> GitHub Action).
1 parent 4699ab4 commit 7c4dc65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/user-guide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// Define variable for urls
2020
:mybatis-doc-url: http://www.mybatis.org/mybatis-3
21-
:travis-ci-url: https://travis-ci.org/mybatis/thymeleaf-scripting
21+
:ci-url: https://github.com/mybatis/thymeleaf-scripting/actions/workflows/ci.yaml
2222
:thymeleaf-doc-url: https://www.thymeleaf.org/doc/tutorials/3.0
2323
:github-organization-url: https://github.com/mybatis
2424
:github-url: {github-organization-url}/thymeleaf-scripting
@@ -113,7 +113,7 @@ The mybatis-thymeleaf supports using on following Java and artifacts version.
113113

114114
[NOTE]
115115
====
116-
About tested versions see the latest link:{travis-ci-url}[Travis CI^] build result.
116+
About tested versions see the latest link:{ci-url}[CI^] build result.
117117
====
118118

119119
=== MyBatis

0 commit comments

Comments
 (0)