Skip to content

Commit 7a30b00

Browse files
Merge pull request #3567 from peterschrammel/doxygen-download
Fix broken doxygen download link
2 parents e1ecf26 + 77c52f5 commit 7a30b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_doxygen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ then
1111
fi
1212

1313
mkdir -p doxygen/build
14-
wget http://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYGEN_VERSION}.src.tar.gz -O- | tar -xz --strip-components=1 --directory doxygen
14+
wget http://doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.src.tar.gz -O- | tar -xz --strip-components=1 --directory doxygen
1515
( cd doxygen/build && cmake .. )
1616
make -j4 -C doxygen/build

0 commit comments

Comments
 (0)