microsoft / qsharp-language

Official repository for design of the quantum programming language Q# and its core libraries
MIT License
233 stars 54 forks source link

Fix build warning on absolute docs link #116

Closed dphansen closed 2 years ago

dphansen commented 2 years ago

Fix the build warning for docs.microsoft.com:

Absolute link 'https://docs.microsoft.com/dotnet/core/install/' will be broken in isolated environments. Replace with a relative link.

dphansen commented 2 years ago

Hi @bettinaheim - would you be able to merge this PR? Thank you.

bettinaheim commented 2 years ago

Hi @bettinaheim - would you be able to merge this PR? Thank you.

Sorry, I missed this ping. The link as edited won't work on this repo - and I am not sure it will work on the docs page either. @dphansen Could you revise this?

dphansen commented 2 years ago

@bettinaheim It will work on docs articles, as the build automatically adds https://docs.microsoft.com/ in front of the link. Is it an issue that it doesn't work in the repo?

Bradben commented 2 years ago

@dphansen - This PR replaced by https://github.com/microsoft/qsharp-language/pull/127