From 94b4c662f8e506fb3bfee55c935ad9a58133c5dd Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Sun, 24 Jun 2018 08:17:22 +0200 Subject: [PATCH] Hyperlink DOIs against preferred resolver --- include/boost/graph/bron_kerbosch_all_cliques.hpp | 2 +- include/boost/graph/detail/geodesic.hpp | 2 +- include/boost/graph/gursoy_atun_layout.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/graph/bron_kerbosch_all_cliques.hpp b/include/boost/graph/bron_kerbosch_all_cliques.hpp index b663cf95..1dcc0497 100644 --- a/include/boost/graph/bron_kerbosch_all_cliques.hpp +++ b/include/boost/graph/bron_kerbosch_all_cliques.hpp @@ -84,7 +84,7 @@ namespace boost // number = {1}, // year = {2006}, // pages = {28-42} -// ee = {http://dx.doi.org/10.1016/j.tcs.2006.06.015} +// ee = {https://doi.org/10.1016/j.tcs.2006.06.015} // } /** diff --git a/include/boost/graph/detail/geodesic.hpp b/include/boost/graph/detail/geodesic.hpp index 57352b1a..b94482cc 100644 --- a/include/boost/graph/detail/geodesic.hpp +++ b/include/boost/graph/detail/geodesic.hpp @@ -33,7 +33,7 @@ namespace boost // pages = {466--484}, // priority = {0}, // title = {A Graph-theoretic perspective on centrality}, -// url = {http://dx.doi.org/10.1016/j.socnet.2005.11.005}, +// url = {https://doi.org/10.1016/j.socnet.2005.11.005}, // volume = {28}, // year = {2006} // } diff --git a/include/boost/graph/gursoy_atun_layout.hpp b/include/boost/graph/gursoy_atun_layout.hpp index d843db7a..91c9d936 100644 --- a/include/boost/graph/gursoy_atun_layout.hpp +++ b/include/boost/graph/gursoy_atun_layout.hpp @@ -14,7 +14,7 @@ // "Neighbourhood Preserving Load Balancing: A Self-Organizing Approach" // in 6th International Euro-Par Conference Munich, Germany, August 29 – September 1, 2000 Proceedings, // pp 234-241 -// http://dx.doi.org/10.1007/3-540-44520-X_32 +// https://doi.org/10.1007/3-540-44520-X_32 #include #include