Skip to content

Commit 1469ed0

Browse files
committed
Updated Doxygen feed URL
1 parent 4bc4b6c commit 1469ed0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!(Get-Command 0install -ErrorAction SilentlyContinue)) {
1212
if (Test-Path ..\target\doc) {rm -Recurse -Force ..\target\doc}
1313
mkdir ..\target\doc | Out-Null
1414

15-
0install run --batch http://repo.roscidus.com/devel/doxygen
15+
0install run --batch https://apps.0install.net/devel/doxygen.xml
1616
if ($LASTEXITCODE -ne 0) {throw "Exit Code: $LASTEXITCODE"}
1717

1818
cp .nojekyll,CNAME ..\target\doc\

doc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ cd `dirname $0`
55
rm -rf ../target/doc
66
mkdir -p ../target/doc
77

8-
0install run http://repo.roscidus.com/devel/doxygen
8+
0install run https://apps.0install.net/devel/doxygen.xml
99

1010
cp .nojekyll CNAME ../target/doc/

0 commit comments

Comments
 (0)