We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc4b6c commit 1469ed0Copy full SHA for 1469ed0
doc/build.ps1
@@ -12,7 +12,7 @@ if (!(Get-Command 0install -ErrorAction SilentlyContinue)) {
12
if (Test-Path ..\target\doc) {rm -Recurse -Force ..\target\doc}
13
mkdir ..\target\doc | Out-Null
14
15
-0install run --batch http://repo.roscidus.com/devel/doxygen
+0install run --batch https://apps.0install.net/devel/doxygen.xml
16
if ($LASTEXITCODE -ne 0) {throw "Exit Code: $LASTEXITCODE"}
17
18
cp .nojekyll,CNAME ..\target\doc\
doc/build.sh
@@ -5,6 +5,6 @@ cd `dirname $0`
5
rm -rf ../target/doc
6
mkdir -p ../target/doc
7
8
-0install run http://repo.roscidus.com/devel/doxygen
+0install run https://apps.0install.net/devel/doxygen.xml
9
10
cp .nojekyll CNAME ../target/doc/
0 commit comments