]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/user-config.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / user-config.jam
index 8b4aed1bac1107852ef40c1cb37a31a6870ced23..05d823da0fb2e8b723658e6e0fe914ee0636cbbe 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright 2004 John Maddock
 # Copyright 2002, 2003, 2004, 2007 Vladimir Prus
 # Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 #   This file is used to configure your B2 installation. You can modify
 # this file in place, or you can place it in a permanent location so that it
 # does not get overwritten should you get a new version of B2. See:
 #
-#   http://www.boost.org/boost-build2/doc/html/bbv2/overview/configuration.html
+#   https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration
 #
 # for documentation about possible permanent locations.
 
@@ -17,7 +17,7 @@
 # example lines and adjust them to taste. The complete list of supported tools,
 # and configuration instructions can be found at:
 #
-#   http://boost.org/boost-build2/doc/html/bbv2/reference/tools.html
+#   https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.reference.tools
 #
 
 #   This file uses Jam language syntax to describe available tools. Mostly,
@@ -31,7 +31,7 @@
 #
 # More details about the syntax can be found at:
 #
-#   http://boost.org/boost-build2/doc/html/bbv2/advanced.html#bbv2.advanced.jam_language
+#   https://www.bfgroup.xyz/b2/manual/release/index.html#jam.language
 #
 
 # ------------------