Skip to content

Commit a0dfd48

Browse files
committed
Fix site URL.
Maven needs to know the URL of the site once it is published, otherwise some relative links won't work properly.
1 parent fa4c2c6 commit a0dfd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<name>ODK ROBOT plugin</name>
88
<description>ROBOT plugin for the Ontology Development Kit</description>
9-
<url>https://github.com/INCATools/odk-robot-plugin</url>
9+
<url>https://incatools.github.io/odk-robot-plugin</url>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)