Skip to content

Commit

Permalink
Update even more URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
hupfdule committed Apr 1, 2024
1 parent 1783669 commit 3a77307
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thanks for your interest in contributing to Kilt.
== How to contribute

If you intent to do larger changes it is advisable to open an
https://github.com/hupfdule/kilt/issues[Issue] issue first, describing the
https://github.com/poiu-de/kilt/issues[Issue] issue first, describing the
problem and the intentions. This helps reducing wasted effort and
duplicated work by allowing This helps avoiding duplicate work or your
changes being refused for some reason. to discuss the change first.
Expand All @@ -24,7 +24,7 @@ welcome.
=== Finding bugs

Of course Kilt has bugs. If you find them please file an
https://github.com/hupfdule/kilt/issues[Issue] so they can be resolved.
https://github.com/poiu-de/kilt/issues[Issue] so they can be resolved.

Preparing pull request to solve issues is also highly welcome, of course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private Sheet updateKiltInfoSheet(final Workbook workbook, final String sheetNam

this.writeRow(sheet, "Generated at:", ZonedDateTime.now().format(DateTimeFormatter.ISO_OFFSET_DATE_TIME));
final String version= XlsImExporter.class.getPackage().getImplementationVersion();
this.writeRow(sheet, "Generated with:", "de.poiu.kilt:Kilt:"+version+" (https://github.com/hupfdule/kilt)");
this.writeRow(sheet, "Generated with:", "de.poiu.kilt:Kilt:"+version+" (https://github.com/poiu-de/kilt)");
this.writeRow(sheet, "Generated by: ", System.getProperty("user.name"));

return sheet;
Expand Down
4 changes: 2 additions & 2 deletions kilt-example/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Marco Herrn <marco@mherrn.de>
2019-11-24
:toc:
:icons: font
:kilt-homepage: https://github.com/hupfdule/kilt
:download-page: https://github.com/hupfdule/kilt/releases
:kilt-homepage: https://github.com/poiu-de/kilt
:download-page: https://github.com/poiu-de/kilt/releases
:license-link: ./LICENSE.txt
:kilt-version: 1.0.2
:source-highlighter: prettify
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>
<name>kilt</name>
<description>Converts a whole i18n properties folder into a xls file and merge it back to the properties file</description>
<url>https://github.com/hupfdule/kilt</url>
<url>https://github.com/poiu-de/kilt</url>

<licenses>
<license>
Expand All @@ -18,14 +18,14 @@
</licenses>

<scm>
<url>https://github.com/hupfdule/kilt</url>
<connection>scm:git:git://github.com/hupfdule/kilt.git</connection>
<developerConnection>scm:git:git@github.com:hupfdule/kilt.git</developerConnection>
<url>https://github.com/poiu-de/kilt</url>
<connection>scm:git:git://github.com/poiu-de/kilt.git</connection>
<developerConnection>scm:git:git@github.com:poiu-de/kilt.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<url>https://github.com/hupfdule/kilt/issues</url>
<url>https://github.com/poiu-de/kilt/issues</url>
<system>GitHub Issues</system>
</issueManagement>

Expand Down

0 comments on commit 3a77307

Please sign in to comment.