Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cds_ils/static_pages/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>I would like to purchase a book. How do I order?</h3>
<p>Request the document using this <a href="/request">form</a>.</p>

<h3>I would like to purchase a book from the Bookshop. How do I proceed?</h3>
<p>Please consult <a href="https://scientific-info.cern/search-and-read/buy-book-standard-journal">this page</a>.</p>
<p>Please consult <a href="https://library.cern/bookshop/">this page</a>.</p>

<h3>I would need a technical standard. How do I get it?</h3>
<p>Check if the standard is available in the Standards collection, if not <a href="/request">request it</a> (a budget code is required).</p>
Expand All @@ -43,7 +43,7 @@ <h3>How can I access the Library e-books? </h3>
<p>Look for the book in the catalogue and follow the corresponding link. Ebooks acquired by CERN Library are only available to CERN account holders.</p>

<h3>How can I access the Library online journals and books from home?</h3>
<p>With the <a href="https://scientific-info.cern/practical-information/remote-access-e-resources">remote access to e-resources</a>.</p>
<p>With the <a href="https://library.cern/remote-access-to-e-resources/">remote access to e-resources</a>.</p>

<h3>I cannot find a CERN document I'm looking for, why is it not in the Library catalogue?</h3>
<p>The CERN Library Catalogue includes only documents acquired by the Library (books, proceedings, journals and standards), if you are looking for CERN scientific publications such as preprints, published articles or theses written by CERN Authors or collaborations, please consult the CERN institutional repository <a href="https://cds.cern.ch" target="_blank" rel="noopener noreferrer">CERN Document Server</a> within the collection "CERN Articles & Preprints".</p>
Expand Down
4 changes: 2 additions & 2 deletions ui/src/overridden/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export const Footer = ({ ...props }) => {
</List.Item>
<List.Item>
<a
href="https://scientific-info.cern"
href="https://library.cern/"
target="_blank"
rel="noopener noreferrer"
>
Scientific Information Service
Library website
</a>
</List.Item>
<List.Item>
Expand Down
7 changes: 2 additions & 5 deletions ui/src/overridden/components/Menu/RightMenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@ const DropdownItems = () => {
Opening hours
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item as="a" href="https://library.web.cern.ch/resources/remote">
<Dropdown.Item as="a" href="https://library.cern/remote-access-to-e-resources/">
Remote access to e-resources
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item
as="a"
href="https://scientific-info.cern/search-and-read/online-resources"
>
<Dropdown.Item as="a" href="https://library.cern/online-resources/">
CERN Library online resources
</Dropdown.Item>
</>
Expand Down
Loading