How can I get permission to read the website documentation?

I was reading about the digitalWrite() function to try to understand what its parameter might be.

That page has a link to more more documentation about pinMode(). But the link results in a page that renders a kind of broken XML document that says I don't have access:

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
</Error>

What do I need to do to get access to the documentation? I am logged into my account. Do I need some sort of subscription? Or maybe there's no testing going on for the website, and something broke, unnoticed ... ?

Those broken links need to be fixed.
Here is a link to a page that is not broken and should answer your question.

1 Like

You already have it. Somewhere a link was broken when a web page was updated. They will have to fix it, it is a pain for you it is a problem they have to fix. It is nothing you have done, permissions you need etc. I get the same message.

If you are referring to below, it does (now?) work.

Note that your link is https://docs.arduino.cc/language-reference/en/functions/digital-io/pinmode/, the pinMode that I did highlight above is https://docs.arduino.cc/language-reference/en/functions/digital-io/pinMode/; note the case of the word pinmode.