Skip to content

Commit

Permalink
Fix link, try a different user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 23, 2024
1 parent 76672cb commit 7c18cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# some websites seem to block the sphinx link checker
linkcheck_request_headers = {
r'https://www.mathworks.com/': {
'User-Agent': 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0'
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'
},
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See the :ref:`install_users` for details.

How do I install MatNWB?
------------------------
See the :matnwb-docs:`MatNWB documentation <pages/getting_started/installation_users>` for details.
See the :matnwb-docs:`MatNWB documentation <pages/getting_started/installation_users.html>` for details.

What is the difference between PyNWB and nwb-schema?
----------------------------------------------------
Expand Down

0 comments on commit 7c18cf5

Please sign in to comment.