Skip to content

Commit f3c8161

Browse files
authored
Fix: Boost library link (#110)
1 parent 26bbae7 commit f3c8161

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ git submodule update --init
3636

3737
You will need to download and unzip the Boost library:
3838
```
39-
wget -O boost_1_76_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
39+
wget -O boost_1_76_0.tar.bz2 https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2
4040
tar xjf boost_1_76_0.tar.bz2
4141
rm boost_1_76_0.tar.bz2
4242
```

tutorials/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To do so, you need to run
5353

5454
Now get the `boost` library:
5555

56-
wget -O boost_1_76_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
56+
wget -O boost_1_76_0.tar.bz2 https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2
5757
tar xjf boost_1_76_0.tar.bz2
5858
rm boost_1_76_0.tar.bz2
5959

tutorials/dingo_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
},
534534
"outputs": [],
535535
"source": [
536-
"!wget -O boost_1_76_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 &> /dev/null\n",
536+
"!wget -O boost_1_76_0.tar.bz2 https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2 &> /dev/null\n",
537537
"!tar xjf boost_1_76_0.tar.bz2 &> /dev/null\n",
538538
"!rm boost_1_76_0.tar.bz2 &> /dev/null"
539539
]

0 commit comments

Comments
 (0)