Skip to content

Commit c919dcf

Browse files
committed
fix: correct URLs
1 parent 8c0f44d commit c919dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ You may then run
5959
subfolder of your build folder; only available if Doxygen installed),
6060
* `ctest` (or `make test`) to run tests,
6161
* `sudo make install` to install on your system, or
62-
* `cpack` to generate an installable package (see [cpack documentation](https://www.codesynthesis.com/products/xsd/)).
62+
* `cpack` to generate an installable package (see [cpack documentation](https://cmake.org/cmake/help/latest/manual/cpack.1.html)).
6363

6464
The default CMake options should be appropriate for most cases. The only
65-
essential external dependency is [Xerces C++](https://www.codesynthesis.com/products/xsd/) which should be found
65+
essential external dependency is [Xerces C++](http://xerces.apache.org/xerces-c/) which should be found
6666
automatically if installed.
6767

6868
You may wish to change the `CMAKE_INSTALL_PREFIX` to specify where the API

0 commit comments

Comments
 (0)