Skip to content

Commit a6109e0

Browse files
committed
docs: Update some links that redirect
1 parent a5dbf44 commit a6109e0

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

rmarkdown/pubchem.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Please see the following resources for more information on API usage:
4141

4242
**Attribution:** This tutorial was adapted from supporting information in:
4343

44-
**Scalfani, V. F.**; Ralph, S. C. Alshaikh, A. A.; Bara, J. E. Programmatic Compilation of Chemical Data and Literature From PubChem Using Matlab. *Chemical Engineering Education*, **2020**, *54*, 230. https://doi.org/10.18260/2-1-370.660-115508 and https://github.com/vfscalfani/MATLAB-cheminformatics
44+
**Scalfani, V. F.**; Ralph, S. C. Alshaikh, A. A.; Bara, J. E. Programmatic Compilation of Chemical Data and Literature From PubChem Using Matlab. *Chemical Engineering Education*, **2020**, *54*, 230. https://doi.org/10.18260/2-1-370.660-115508 and https://github.com/UA-Libraries-Research-Data-Services/MATLAB-cheminformatics
4545

4646
## Setup
4747

src/overview/college-scorecard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See the Department of Education's website for more information on how the data o
1010

1111
.. rubric:: References
1212

13-
.. [#cs1] `<https://collegescorecard.ed.gov/data/api-documentation#api-access-and-authentication>`_
13+
.. [#cs1] `<https://collegescorecard.ed.gov/data/api-documentation>`_
1414
1515
.. [#cs2] `<https://collegescorecard.ed.gov/data>`_
1616

src/overview/openalex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See the OpenAlex API documentation [#oa2]_ for more information on accessing the
1212

1313
.. [#oa1] `<https://ourresearch.org/>`_
1414
15-
.. [#oa2] `<https://docs.openalex.org/>`_
15+
.. [#oa2] `<https://developers.openalex.org/>`_
1616
1717
.. [#oa3] `<https://creativecommons.org/publicdomain/zero/1.0/>`_
1818

src/overview/pubchem-periodic-table.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the PubChem Periodic Table [#ppt1]_ and PubChem APIs documentation [#ppt2]_
1414

1515
.. [#ppt1] `<https://pubchem.ncbi.nlm.nih.gov/periodic-table/>`_
1616
17-
.. [#ppt2] `<https://pubchemdocs.ncbi.nlm.nih.gov/programmatic-access>`_
17+
.. [#ppt2] `<https://pubchem.ncbi.nlm.nih.gov/docs/programmatic-access>`_
1818
1919
.. [#ppt3] `<https://www.ncbi.nlm.nih.gov/home/about/policies/>`_
2020

src/overview/pubchem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ PubChem APIs allow programmatic access to search and retrieve small molecule and
88

99
.. rubric:: References
1010

11-
.. [#pubchem1] `<https://pubchemdocs.ncbi.nlm.nih.gov/about>`_
11+
.. [#pubchem1] `<https://pubchem.ncbi.nlm.nih.gov/docs/about>`_
1212

src/overview/wos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Please see the WOS API release notes [#wos4]_ to stay up-to-date on the APIs. Se
2626
2727
.. [#wos5] `<https://clarivate.com/wp-content/uploads/dlm_uploads/2019/08/End-User-Terms.pdf>`_
2828
29-
.. [#wos6] `<https://clarivate.com/wp-content/uploads/dlm_uploads/2023/12/Product-Terms-v3.7-Web-of-Science-APIs.pdf>`_
29+
.. [#wos6] `<https://clarivate.com/legal-center/terms-of-business/product-service-terms/>`_

src/python/pubchem.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"\n",
2828
"**Attribution:** This tutorial was adapted from supporting information in:\n",
2929
"\n",
30-
"**Scalfani, V. F.**; Ralph, S. C. Alshaikh, A. A.; Bara, J. E. Programmatic Compilation of Chemical Data and Literature From PubChem Using Matlab. *Chemical Engineering Education*, **2020**, *54*, 230. https://doi.org/10.18260/2-1-370.660-115508 and https://github.com/vfscalfani/MATLAB-cheminformatics"
30+
"**Scalfani, V. F.**; Ralph, S. C. Alshaikh, A. A.; Bara, J. E. Programmatic Compilation of Chemical Data and Literature From PubChem Using Matlab. *Chemical Engineering Education*, **2020**, *54*, 230. https://doi.org/10.18260/2-1-370.660-115508 and https://github.com/UA-Libraries-Research-Data-Services/MATLAB-cheminformatics"
3131
]
3232
},
3333
{

src/r/pubchem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please see the following resources for more information on API usage:
3737

3838
**Attribution:** This tutorial was adapted from supporting information in:
3939

40-
**Scalfani, V. F.**; Ralph, S. C. Alshaikh, A. A.; Bara, J. E. Programmatic Compilation of Chemical Data and Literature From PubChem Using Matlab. *Chemical Engineering Education*, **2020**, *54*, 230. https://doi.org/10.18260/2-1-370.660-115508 and https://github.com/vfscalfani/MATLAB-cheminformatics
40+
**Scalfani, V. F.**; Ralph, S. C. Alshaikh, A. A.; Bara, J. E. Programmatic Compilation of Chemical Data and Literature From PubChem Using Matlab. *Chemical Engineering Education*, **2020**, *54*, 230. https://doi.org/10.18260/2-1-370.660-115508 and https://github.com/UA-Libraries-Research-Data-Services/MATLAB-cheminformatics
4141

4242
## Setup
4343

0 commit comments

Comments
 (0)