Skip to content

Commit 9bc9dba

Browse files
committed
master: fix some xrst --external_links errors.
1 parent 8541046 commit 9bc9dba

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

appendix/whats_new/2006.xrst

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Fix compiler warning while compiling ``cppad/RombergOne/``
258258
Cygwin packages, and other system packages,
259259
should not have a dash in the version number.
260260
See
261-
`cygwin package file naming <http://www.cygwin.com/packaging-package-files.html#naming>`_ .
261+
`cygwin package file naming <https://cygwin.com/packaging-package-files.html>`_ .
262262
or, to quote the
263263
`rpm file naming convention <http://ftp.rpm.org/max-rpm/ch-rpm-file-format.html>`_
264264
*The only restriction placed on the version is that*

appendix/whats_new/2024.xrst

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ were unable to reproduce in an automated regression test;
410410
see comment that starts with 2024-02-14 in
411411
`include/cppad/local/optimize/match_op.hpp` .
412412

413-
.. _speed.py: https://dismod-at.readthedocs.io/user_speed.py.html
413+
.. _speed.py: https://dismod-at.readthedocs.io/latest/user_speed.py.html
414414

415415
01-16
416416
=====

test_more/general/simple_vector.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Old simple vector example now used just for validation testing
1818
// # include <valarray>
1919
// # define MySimpleVector std::valarray
2020

21-
// Assuming CppAD (http://www.seanet.com/~bradbell/cppad) is installed
2221
# include <cppad/utility/vector.hpp>
2322
# define MySimpleVector CppAD::vector
2423

user_guide.xrst

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Versions
4747
* - Documentation for most recent stable version
4848
- `stable-2025 <https://cppad.readthedocs.io/stable-2025>`_
4949
* - Most recent release of this stable version
50-
- `release-2025 <https://github.com/coin-or/CppAD/archive/20250000.0.tar.gz>`_
50+
- `release-2025 <https://codeload.github.com/coin-or/CppAD/tar.gz/refs/tags/20250000.0>`_
5151

5252
{xrst_comment END: Before changing see new_release.sh and check_version.sh}
5353

@@ -61,7 +61,7 @@ Other Links
6161
- :ref:`get_started<get_started.cpp-name>`
6262
- :ref:`whats_new-name`
6363
- :ref:`addon-name`
64-
- `project manager <http://www.seanet.com/~bradbell>`_
64+
- `project manager <https://www.seanet.com/~bradbell/>`_
6565

6666

6767
Algorithmic Differentiation
@@ -188,7 +188,7 @@ Software Engineering
188188
********************
189189
CppAD is developed using the software engineering procedures described
190190
on the project manager's
191-
`software <http://www.seanet.com/~bradbell/software.html>`_
191+
`software <https://www.seanet.com/~bradbell/software.html>`_
192192
web page.
193193

194194
Testing

0 commit comments

Comments
 (0)