Skip to content

Commit

Permalink
update the source url at GitHub over to /haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Dec 2, 2018
1 parent d762da9 commit 727ba86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion haikudepotserver-docs/src/docbkx/part-overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<title>Hosted Source Code</title>
<para>
The source code is hosted at
<ulink url="https://github.com/aplgithub/haikudepotserver">GitHub</ulink>
<ulink url="https://github.com/haiku/haikudepotserver">GitHub</ulink>
</para>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Localizations</h2>
<h1>Source Code / Mailing List</h1>

<p>
This application's source is <a href="https://github.com/aplgithub/haikudepotserver/">hosted</a> at
This application's source is <a href="https://github.com/haiku/haikudepotserver/">hosted</a> at
GitHub. The source code includes a DocBook document covering many aspects of the application. A
<a href="http://www.freelists.org/list/haiku-depot-web">mailing list</a> also exists for the project.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Übersetzungen</h2>
<h1>Sourcecode / Mailinglist</h1>

<p>
Der Sourcecode der Anwendung liegt bei <a href="https://github.com/aplgithub/haikudepotserver/" target="_blank">
Der Sourcecode der Anwendung liegt bei <a href="https://github.com/haiku/haikudepotserver/" target="_blank">
Github</a>. Der Sourcecode beinhaltet ein DocBook Dokument, das viele Details der Anwendung beschreibt.
Außerdem existiert für das Projekt eine <a href="http://www.freelists.org/list/haiku-depot-web" target="_blank">
Mailingliste</a>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Локализация</h2>
<h1>Исходный код / Список рассылки</h1>

<p>
Исходный код приложения <a href="https://github.com/aplgithub/haikudepotserver/">находится</a> на
Исходный код приложения <a href="https://github.com/haiku/haikudepotserver/">находится</a> на
GitHub. Исходный код содержит документ DocBook, описывающий многие аспекты данного приложения. Для данного
проекта также существует <a href="http://www.freelists.org/list/haiku-depot-web">список рассылки</a>.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Lokalizácia</h2>
<h1>Zdrojový kód / poštová konferencia</h1>

<p>
Zdrojový kód tejto aplikácie nájdete na <a href="https://github.com/aplgithub/haikudepotserver/">GitHub</a>.
Zdrojový kód tejto aplikácie nájdete na <a href="https://github.com/haiku/haikudepotserver/">GitHub</a>.
Zdrojový kód obsahuje dokument vo formáte DocBook, ktorý pokrýva mnohé aspekty tejto aplikácie.
Existuje tiež <a href="http://www.freelists.org/list/haiku-depot-web">poštová konferencia</a> tohto projektu.
</p>
Expand Down
2 changes: 1 addition & 1 deletion support/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV INSTALL_ROOT "/opt/haikudepotserver"
ENV INSTALL_HVIF2PNG_PATH "${INSTALL_ROOT}/hvif2png-hrev51165/bin/hvif2png.sh"

ENV HDS_WAR "haikudepotserver-webapp-${HDS_VERSION}.war"
ENV HDS_WAR_DOWNLOAD_URL "https://github.com/aplgithub/haikudepotserver/releases/download/haikudepotserver-${HDS_VERSION}/${HDS_WAR}"
ENV HDS_WAR_DOWNLOAD_URL "https://github.com/haiku/haikudepotserver/releases/download/haikudepotserver-${HDS_VERSION}/${HDS_WAR}"
ENV HDS_PORT 8080

ENV JETTY_JAR "jetty-runner-${JETTY_VERSION}.jar"
Expand Down

0 comments on commit 727ba86

Please sign in to comment.