Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
holvo committed Oct 29, 2021
1 parent 70e4d21 commit 37ef831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ check_adms()
($ADMSXML --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have admsXml installed to compile adms models."
echo "See http://mot-adms.sourceforge.net"
echo "(newest stable release is recommended)"
echo "See https://sourceforge.net/projects/mot-adms/"
echo "(version 2.3.6, tested for ngspice under MINGW on MS Windows)"
DIE=1
}
}
Expand Down Expand Up @@ -129,7 +129,7 @@ check_adms_va()
if [ "$FOK" -eq 1 ]; then
echo "Error: No *.va file found in $adms_dir/admsva"
echo "Please download patch file ng-adms-va.tar.gz from"
echo "http://ngspice.sourceforge.net/experimental/ng-adms-va.tar.gz"
echo "http://ngspice.sourceforge.net/experimental/ngspice-adms-va.7z"
echo "and expand it into the ngspice directory"
echo
DIE=1
Expand Down

0 comments on commit 37ef831

Please sign in to comment.