diff --git a/README.md b/README.md index 3fe123e8..dd2735f1 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ The [beta website](https://beta.boost.org) website is available for testing and experiments, and is automatically updated from the beta branch. If you want to edit the website, or run it locally, see the -[guide to updating the website](http://www.boost.org/development/website_updating.html). +[guide to updating the website](https://www.boost.org/development/website_updating.html). To add to the release notes, create a pull request for the appropriate file in [the history directory](https://github.com/boostorg/website/tree/master/feed/history). You can preview the release notes for upcoming releases at the -[in progress release page](http://www.boost.org/users/history/in_progress.html). +[in progress release page](https://www.boost.org/users/history/in_progress.html). This is updated once an hour. diff --git a/common/code/boost.php b/common/code/boost.php index 22b91f74..8d70d4d3 100644 --- a/common/code/boost.php +++ b/common/code/boost.php @@ -2,7 +2,7 @@ /* Copyright 2007 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost_config.php'); diff --git a/common/code/boost_archive.php b/common/code/boost_archive.php index 5cb61cdc..82f7a15f 100644 --- a/common/code/boost_archive.php +++ b/common/code/boost_archive.php @@ -4,7 +4,7 @@ Copyright 2005-2008 Redshift Software, Inc. Copyright 2016 Daniel James 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost.php'); diff --git a/common/code/boost_book_parser.php b/common/code/boost_book_parser.php index f0b9fdc5..bd51c180 100644 --- a/common/code/boost_book_parser.php +++ b/common/code/boost_book_parser.php @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera # Copyright 2011, 2015 Daniel James # 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) class BoostBookParser { function parse($filename) { diff --git a/common/code/boost_config.php b/common/code/boost_config.php index b3df6079..3a8e9032 100644 --- a/common/code/boost_config.php +++ b/common/code/boost_config.php @@ -2,7 +2,7 @@ /* Copyright 2005-2007 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /* diff --git a/common/code/boost_documentation.php b/common/code/boost_documentation.php index a1037f71..b6945793 100644 --- a/common/code/boost_documentation.php +++ b/common/code/boost_documentation.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost.php'); diff --git a/common/code/boost_filter.php b/common/code/boost_filter.php index 491951e4..6ad0d6fd 100644 --- a/common/code/boost_filter.php +++ b/common/code/boost_filter.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /* diff --git a/common/code/boost_filter_basic.php b/common/code/boost_filter_basic.php index aeee56f0..f9712257 100644 --- a/common/code/boost_filter_basic.php +++ b/common/code/boost_filter_basic.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterBasic extends BoostFilter diff --git a/common/code/boost_filter_boost_book_basic.php b/common/code/boost_filter_boost_book_basic.php index a47740ba..385e3da8 100644 --- a/common/code/boost_filter_boost_book_basic.php +++ b/common/code/boost_filter_boost_book_basic.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterBoostBookBasic extends BoostFilter diff --git a/common/code/boost_filter_cpp.php b/common/code/boost_filter_cpp.php index 17fbeac1..de5b207a 100644 --- a/common/code/boost_filter_cpp.php +++ b/common/code/boost_filter_cpp.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterCpp extends BoostFilterText diff --git a/common/code/boost_filter_develop_box.php b/common/code/boost_filter_develop_box.php index 171c0a8a..5049c6dc 100644 --- a/common/code/boost_filter_develop_box.php +++ b/common/code/boost_filter_develop_box.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterDevelopBox extends BoostFilter diff --git a/common/code/boost_filter_qbk.php b/common/code/boost_filter_qbk.php index e8670aa1..88aefc2c 100644 --- a/common/code/boost_filter_qbk.php +++ b/common/code/boost_filter_qbk.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterQbk extends BoostFilterText diff --git a/common/code/boost_filter_simple.php b/common/code/boost_filter_simple.php index 65928a6c..6c09650c 100644 --- a/common/code/boost_filter_simple.php +++ b/common/code/boost_filter_simple.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterSimple extends BoostFilter diff --git a/common/code/boost_filter_text.php b/common/code/boost_filter_text.php index 571a540e..d759ce78 100644 --- a/common/code/boost_filter_text.php +++ b/common/code/boost_filter_text.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterText extends BoostFilter diff --git a/common/code/boost_irc_stats.php b/common/code/boost_irc_stats.php index 814cd66d..9a8d9f9a 100644 --- a/common/code/boost_irc_stats.php +++ b/common/code/boost_irc_stats.php @@ -2,7 +2,7 @@ /* Copyright 2005-2006 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost.php'); diff --git a/common/code/boost_libraries.php b/common/code/boost_libraries.php index 5bd2b6a7..56773c30 100644 --- a/common/code/boost_libraries.php +++ b/common/code/boost_libraries.php @@ -2,7 +2,7 @@ /* Copyright 2006 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ // Change this when developing. diff --git a/common/code/boost_library.php b/common/code/boost_library.php index 9d27c7d1..ad170589 100644 --- a/common/code/boost_library.php +++ b/common/code/boost_library.php @@ -3,7 +3,7 @@ Copyright 2006 Redshift Software, Inc. Copyright 2014 Daniel James 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /** diff --git a/common/code/boost_maintainers.php b/common/code/boost_maintainers.php index adb95a90..8791a2a4 100644 --- a/common/code/boost_maintainers.php +++ b/common/code/boost_maintainers.php @@ -3,7 +3,7 @@ /* Copyright 2015 Daniel James 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /* This class doesn't really support the maintainers file in Boost 1.35.0. diff --git a/common/code/boost_pages.php b/common/code/boost_pages.php index 7eeef5e6..9fa1de69 100644 --- a/common/code/boost_pages.php +++ b/common/code/boost_pages.php @@ -1,7 +1,7 @@
diff --git a/community/acknowledgements.html b/community/acknowledgements.html index 5b7ed9e0..5295b4f1 100644 --- a/community/acknowledgements.html +++ b/community/acknowledgements.html @@ -18,7 +18,7 @@ diff --git a/community/blom_libraries/boost_function.html b/community/blom_libraries/boost_function.html index d9bd42b1..283e159f 100644 --- a/community/blom_libraries/boost_function.html +++ b/community/blom_libraries/boost_function.html @@ -17,7 +17,7 @@ diff --git a/community/committee.html b/community/committee.html index ca013f3e..72ef4bf6 100644 --- a/community/committee.html +++ b/community/committee.html @@ -15,7 +15,7 @@ @@ -182,7 +182,7 @@ http://www.boost.org/development/website_updating.html© Copyright Beman Dawes, 2002, 2006, 2007, 2009, 2010
Distributed under the Boost Software License, Version 1.0. See - + www.boost.org/LICENSE_1_0.txt
Revised 18 January 2010
diff --git a/community/counted_body.html b/community/counted_body.html index cc9a51ad..c40bec59 100644 --- a/community/counted_body.html +++ b/community/counted_body.html @@ -11,7 +11,7 @@ diff --git a/community/cpp.html b/community/cpp.html index 5f2625ba..35018906 100644 --- a/community/cpp.html +++ b/community/cpp.html @@ -11,7 +11,7 @@ diff --git a/community/error_handling.html b/community/error_handling.html index 20d476d6..01f660fe 100644 --- a/community/error_handling.html +++ b/community/error_handling.html @@ -11,7 +11,7 @@ diff --git a/community/exception_safety.html b/community/exception_safety.html index eb8bc448..e7472428 100644 --- a/community/exception_safety.html +++ b/community/exception_safety.html @@ -18,7 +18,7 @@ diff --git a/community/feature_model_diagrams.html b/community/feature_model_diagrams.html index dab2232e..84598f96 100644 --- a/community/feature_model_diagrams.html +++ b/community/feature_model_diagrams.html @@ -11,7 +11,7 @@ diff --git a/community/generic_programming.html b/community/generic_programming.html index 1255fe95..8dde8f13 100644 --- a/community/generic_programming.html +++ b/community/generic_programming.html @@ -18,7 +18,7 @@ diff --git a/community/groups.html b/community/groups.html index 1e662b26..4ad0b9c3 100644 --- a/community/groups.html +++ b/community/groups.html @@ -11,7 +11,7 @@ diff --git a/community/gsoc.html b/community/gsoc.html index e6f69f95..c689dd40 100644 --- a/community/gsoc.html +++ b/community/gsoc.html @@ -11,7 +11,7 @@ @@ -39,7 +39,7 @@ http://www.boost.org/development/website_updating.html December/January by the student reviewing past GSoC project ideas and approaching the Boost + href="https://www.boost.org/community/groups.html#main">Boost developers mailing list to find a mentor willing to mentor them and codevelop a project proposal to be submitted to Google for funding the coming summer. Students should expect to be @@ -76,7 +76,7 @@ Students may find examining past GSoC source code and commit histories of use.You can also try submitting a feature request to our diff --git a/community/review_schedule.html b/community/review_schedule.html index 7ce4e5ba..a2b78005 100644 --- a/community/review_schedule.html +++ b/community/review_schedule.html @@ -11,7 +11,7 @@
@@ -162,7 +162,7 @@ http://www.boost.org/development/website_updating.html-// See http://www.boost.org/libs/foo for library home page. +// See https://www.boost.org/libs/foo for library home page.
Where foo is the directory name (see below)
@@ -733,7 +733,7 @@ alias boostdoc ;
The primary directory should always contain a file named index.html. Authors have requested this so that they can publish URL's in the form - http://www.boost.org/libs/lib-name with the assurance a + https://www.boost.org/libs/lib-name with the assurance a documentation reorganization won't invalidate the URL. Boost's internal tools are also simplified by knowing that a library's documentation is always reachable via the simplified URL.
diff --git a/development/reuse.html b/development/reuse.html index 6fa8ef50..fd4c0a06 100644 --- a/development/reuse.html +++ b/development/reuse.html @@ -11,7 +11,7 @@ diff --git a/development/running_regression_tests.html b/development/running_regression_tests.html index 716818c5..1c3c50f3 100644 --- a/development/running_regression_tests.html +++ b/development/running_regression_tests.html @@ -12,7 +12,7 @@ diff --git a/development/separate_compilation.html b/development/separate_compilation.html index af99a9a4..1af80dfd 100644 --- a/development/separate_compilation.html +++ b/development/separate_compilation.html @@ -12,7 +12,7 @@ diff --git a/development/submissions.html b/development/submissions.html index 4441d9c1..4945edd1 100644 --- a/development/submissions.html +++ b/development/submissions.html @@ -11,7 +11,7 @@ diff --git a/development/test.html b/development/test.html index bda66432..508a6a06 100644 --- a/development/test.html +++ b/development/test.html @@ -11,7 +11,7 @@ diff --git a/development/testing.html b/development/testing.html index 3bda1124..d90801cb 100644 --- a/development/testing.html +++ b/development/testing.html @@ -18,7 +18,7 @@ @@ -84,9 +84,9 @@ http://www.boost.org/development/website_updating.html We used to generate pages for releases, haven't done that for some time, but 1.35 results are still at: - http://www.boost.org/development/tests/release-1_35_0/user/summary_release.html - http://www.boost.org/development/tests/release-1_35_0/developer/summary.html - http://www.boost.org/development/tests/release-1_35_0/developer/issues.html + https://www.boost.org/development/tests/release-1_35_0/user/summary_release.html + https://www.boost.org/development/tests/release-1_35_0/developer/summary.html + https://www.boost.org/development/tests/release-1_35_0/developer/issues.html --> diff --git a/development/webcheck_results.php b/development/webcheck_results.php index 57eb900b..6f2d25ef 100644 --- a/development/webcheck_results.php +++ b/development/webcheck_results.php @@ -2,7 +2,7 @@ /* Copyright 2007 Redshift Software, Inc. 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ $p=substr($_SERVER["ORIG_PATH_INFO"],1); if ($p) diff --git a/development/website_updating.html b/development/website_updating.html index ab469316..cf77d3ee 100644 --- a/development/website_updating.html +++ b/development/website_updating.html @@ -11,7 +11,7 @@ @@ -137,7 +137,7 @@ tidy --tidy-mark no -i -wrap 78 -m -asxhtml --merge-divs no --merge-spans no --dmasterPlease leave an empty line before and after the above diff --git a/users/people.html b/users/people.html index 03546f6d..ad7c2062 100644 --- a/users/people.html +++ b/users/people.html @@ -10,7 +10,7 @@
diff --git a/users/people/_template_.html b/users/people/_template_.html index dccdd38f..69c5b243 100644 --- a/users/people/_template_.html +++ b/users/people/_template_.html @@ -10,7 +10,7 @@ diff --git a/users/people/aleksey_gurtovoy.html b/users/people/aleksey_gurtovoy.html index 96cf816f..e8e310b8 100644 --- a/users/people/aleksey_gurtovoy.html +++ b/users/people/aleksey_gurtovoy.html @@ -10,7 +10,7 @@ diff --git a/users/people/andreas_huber.html b/users/people/andreas_huber.html index 555c601c..03f7c726 100644 --- a/users/people/andreas_huber.html +++ b/users/people/andreas_huber.html @@ -10,7 +10,7 @@ diff --git a/users/people/anthony_williams.html b/users/people/anthony_williams.html index 22e4e322..22f808c2 100644 --- a/users/people/anthony_williams.html +++ b/users/people/anthony_williams.html @@ -10,7 +10,7 @@ diff --git a/users/people/beman_dawes.html b/users/people/beman_dawes.html index 65617de7..ce1d15d9 100644 --- a/users/people/beman_dawes.html +++ b/users/people/beman_dawes.html @@ -10,7 +10,7 @@ diff --git a/users/people/darin_adler.html b/users/people/darin_adler.html index 7bef4790..bac36f24 100644 --- a/users/people/darin_adler.html +++ b/users/people/darin_adler.html @@ -10,7 +10,7 @@ diff --git a/users/people/daryle_walker.html b/users/people/daryle_walker.html index 4def90ab..63d3a23c 100644 --- a/users/people/daryle_walker.html +++ b/users/people/daryle_walker.html @@ -10,7 +10,7 @@ diff --git a/users/people/dave_abrahams.html b/users/people/dave_abrahams.html index d42be60d..46a8bebc 100644 --- a/users/people/dave_abrahams.html +++ b/users/people/dave_abrahams.html @@ -10,7 +10,7 @@ diff --git a/users/people/dietmar_kuehl.html b/users/people/dietmar_kuehl.html index 185fb694..dee5d704 100644 --- a/users/people/dietmar_kuehl.html +++ b/users/people/dietmar_kuehl.html @@ -10,7 +10,7 @@ diff --git a/users/people/doug_gregor.html b/users/people/doug_gregor.html index a215c352..a45a5544 100644 --- a/users/people/doug_gregor.html +++ b/users/people/doug_gregor.html @@ -10,7 +10,7 @@ diff --git a/users/people/ed_brey.html b/users/people/ed_brey.html index 220c17cf..baabbb34 100644 --- a/users/people/ed_brey.html +++ b/users/people/ed_brey.html @@ -10,7 +10,7 @@ diff --git a/users/people/eric_friedman.html b/users/people/eric_friedman.html index 4a7913be..24ea3dc3 100644 --- a/users/people/eric_friedman.html +++ b/users/people/eric_friedman.html @@ -10,7 +10,7 @@ diff --git a/users/people/fernando_cacciola.html b/users/people/fernando_cacciola.html index 6c77d469..745c6906 100644 --- a/users/people/fernando_cacciola.html +++ b/users/people/fernando_cacciola.html @@ -10,7 +10,7 @@ diff --git a/users/people/gary_powell.html b/users/people/gary_powell.html index b8827487..a9b7721d 100644 --- a/users/people/gary_powell.html +++ b/users/people/gary_powell.html @@ -10,7 +10,7 @@ diff --git a/users/people/gennadiy_rozental.html b/users/people/gennadiy_rozental.html index 42694a3d..906c2ddc 100644 --- a/users/people/gennadiy_rozental.html +++ b/users/people/gennadiy_rozental.html @@ -10,7 +10,7 @@ diff --git a/users/people/glen_fernandes.html b/users/people/glen_fernandes.html index 4eb1712f..3a7be05d 100644 --- a/users/people/glen_fernandes.html +++ b/users/people/glen_fernandes.html @@ -14,7 +14,7 @@He is a contributor to the Boost Smart + href="https://boost.org/libs/smart_ptr/#History">Smart Pointers and Core libraries, the author of the Boost Align library, and a contributor to several other Boost diff --git a/users/people/greg_colvin.html b/users/people/greg_colvin.html index cc1c08ff..fdaec21a 100644 --- a/users/people/greg_colvin.html +++ b/users/people/greg_colvin.html @@ -10,7 +10,7 @@
diff --git a/users/people/hartmut_kaiser.html b/users/people/hartmut_kaiser.html index 0f1f065c..cf118500 100644 --- a/users/people/hartmut_kaiser.html +++ b/users/people/hartmut_kaiser.html @@ -10,7 +10,7 @@ diff --git a/users/people/herve_bronnimann.html b/users/people/herve_bronnimann.html index 36b68254..6c534149 100644 --- a/users/people/herve_bronnimann.html +++ b/users/people/herve_bronnimann.html @@ -10,7 +10,7 @@ diff --git a/users/people/howard_hinnant.html b/users/people/howard_hinnant.html index de9958f6..735d8a2b 100644 --- a/users/people/howard_hinnant.html +++ b/users/people/howard_hinnant.html @@ -10,7 +10,7 @@ diff --git a/users/people/hubert_holin.html b/users/people/hubert_holin.html index ff938ac0..b2815e91 100644 --- a/users/people/hubert_holin.html +++ b/users/people/hubert_holin.html @@ -10,7 +10,7 @@ diff --git a/users/people/jaakko_jarvi.html b/users/people/jaakko_jarvi.html index 983b21df..d27d30f4 100644 --- a/users/people/jaakko_jarvi.html +++ b/users/people/jaakko_jarvi.html @@ -10,7 +10,7 @@ diff --git a/users/people/jan_gaspar.html b/users/people/jan_gaspar.html index 93bea091..62c219b5 100644 --- a/users/people/jan_gaspar.html +++ b/users/people/jan_gaspar.html @@ -10,7 +10,7 @@ diff --git a/users/people/jeff_garland.html b/users/people/jeff_garland.html index 5974cdd1..34bb35a5 100644 --- a/users/people/jeff_garland.html +++ b/users/people/jeff_garland.html @@ -10,7 +10,7 @@ diff --git a/users/people/jens_maurer.html b/users/people/jens_maurer.html index 4ef20309..64019fc0 100644 --- a/users/people/jens_maurer.html +++ b/users/people/jens_maurer.html @@ -10,7 +10,7 @@ diff --git a/users/people/jeremy_siek.html b/users/people/jeremy_siek.html index 6da64093..934b74b5 100644 --- a/users/people/jeremy_siek.html +++ b/users/people/jeremy_siek.html @@ -10,7 +10,7 @@ diff --git a/users/people/joaquin_lopez.html b/users/people/joaquin_lopez.html index 5ac12c93..cd0f1ae7 100644 --- a/users/people/joaquin_lopez.html +++ b/users/people/joaquin_lopez.html @@ -10,7 +10,7 @@ diff --git a/users/people/joel_de_guzman.html b/users/people/joel_de_guzman.html index 47b40483..bf3c30fc 100644 --- a/users/people/joel_de_guzman.html +++ b/users/people/joel_de_guzman.html @@ -10,7 +10,7 @@ @@ -29,7 +29,7 @@ http://www.boost.org/development/website_updating.html
Joel got into electronics and programming in the 80s because almost everything in music, his first love, is becoming electronic and digital. Back then, he used to build his own guitars, effect boxes and synths. He enjoys playing distortion-laden rock guitar, composes and produces his own music in his home studio.