diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b5e6b05..543bcf0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Welcome, and thank you for your interest in contributing to IQ#! There are many ways in which you can contribute, beyond writing code. The goal of this document is to provide a high-level overview of how you can get involved. -For more details on how to contribute to IQ# or the rest of the Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/quantum/contributing/). +For more details on how to contribute to IQ# or the rest of the Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/azure/quantum/contributing-overview). ## Asking Questions @@ -21,7 +21,7 @@ Here's how you can make reporting your issue as effective as possible. ### Identify Where to Report The Quantum Development Kit is distributed across multiple repositories. Try to file the issue against the correct repository. -Check the list [in the contribution guide](https://docs.microsoft.com/quantum/contributing/#where-do-contributions-go) if you aren't sure which repo is correct. +Check the list [in the contribution guide](https://docs.microsoft.com/azure/quantum/contributing-overview#where-do-contributions-go) if you aren't sure which repo is correct. ### Writing Good Bug Reports and Feature Requests @@ -42,12 +42,12 @@ Please include the following with each issue: ## Contributing Documentation -If you are interested in contributing to conceptual documentation about IQ#, please see the [MicrosoftDocs/quantum-docs-pr](https://github.com/MicrosoftDocs/quantum-docs-pr) repository. -If you are interested in contributing API references, please see [Contributing Code](https://docs.microsoft.com/quantum/contributing/code) in the contribution guide. +If you are interested in contributing to conceptual documentation about IQ#, please see the [MicrosoftDocs/quantum-docs](https://github.com/MicrosoftDocs/quantum-docs) repository. +If you are interested in contributing API references, please see [Contributing Code](https://docs.microsoft.com/azure/quantum/contributing-code) in the contribution guide. ## Contributing Fixes and New Features -If you are interested in writing code to fix issues or to implement new features, please see [Contributing Code](https://docs.microsoft.com/quantum/contributing/code) in the contribution guide. +If you are interested in writing code to fix issues or to implement new features, please see [Contributing Code](https://docs.microsoft.com/azure/quantum/contributing-code) in the contribution guide. # Thank You! diff --git a/README.md b/README.md index a1e7775c..c9b016c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Welcome to the Microsoft Quantum Development Kit! -This repository contains the IQ# kernel for the [Quantum Development Kit](https://docs.microsoft.com/quantum/). +This repository contains the IQ# kernel for the [Quantum Development Kit](https://docs.microsoft.com/azure/quantum/). This kernel provides Q# support for the Jupyter platform, as well as the backend used by the Python client for Q#. - **[src/Core/](./src/Core/)**: Core of the IQ# kernel. @@ -14,12 +14,12 @@ This kernel provides Q# support for the Jupyter platform, as well as the backend ## New to Quantum? ## -See the [introduction to quantum computing](https://docs.microsoft.com/quantum/concepts/) provided with the Quantum Development Kit. +See the [introduction to quantum computing](https://docs.microsoft.com/azure/quantum/concepts-overview) provided with the Quantum Development Kit. ## Getting Started ## -The Jupyter kernel provided in this repository is built using [.NET Core](https://docs.microsoft.com/dotnet/core/) (2.2 or later) and the compiler infrastructure provided with the [Quantum Development Kit](https://docs.microsoft.com/quantum/). -Please see the [getting started guide](https://docs.microsoft.com/quantum/install-guide) for how to get up and running. +The Jupyter kernel provided in this repository is built using [.NET Core](https://docs.microsoft.com/dotnet/core/) (2.2 or later) and the compiler infrastructure provided with the [Quantum Development Kit](https://docs.microsoft.com/azure/quantum). +Please see the [getting started guide](https://docs.microsoft.com/azure/quantum/install-overview-qdk) for how to get up and running. You may also visit the [**microsoft/quantum**](https://github.com/microsoft/quantum) repository, which offers a wide variety of samples on how to use this kernel to run Q# in Jupyter Notebooks, or from Python. @@ -90,7 +90,7 @@ In either case, you can also use a Quantum Development Kit version number (0.8 o ## Feedback ## If you have feedback about IQ#, please let us know by filing a [new issue](https://github.com/microsoft/iqsharp/issues/new)! -If you have feedback about some other part of the Microsoft Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/quantum/contributing/) for more information. +If you have feedback about some other part of the Microsoft Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/en-us/azure/quantum/contributing-overview) for more information. ## Legal and Licensing ## @@ -118,4 +118,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. -For more details, please see [CONTRIBUTING.md](./tree/main/CONTRIBUTING.md), or the [contribution guide](https://docs.microsoft.com/quantum/contributing/). +For more details, please see [CONTRIBUTING.md](./tree/main/CONTRIBUTING.md), or the [contribution guide](https://docs.microsoft.com/en-us/azure/quantum/contributing-overview). diff --git a/conda-recipes/iqsharp/meta.yaml b/conda-recipes/iqsharp/meta.yaml index ed38742b..9390fd5e 100644 --- a/conda-recipes/iqsharp/meta.yaml +++ b/conda-recipes/iqsharp/meta.yaml @@ -47,12 +47,12 @@ test: - pwsh src/conda-recipes/iqsharp/test.ps1 # [not win] about: - home: https://docs.microsoft.com/quantum + home: https://docs.microsoft.com/azure/quantum license: MIT summary: Microsoft's IQ# kernel providing Q# support for the Jupyter platform. description: | - For details on how to get started with Jupyter and Q#, please see the guide at https://docs.microsoft.com/quantum/install-guide/jupyter. + For details on how to get started with Jupyter and Q#, please see the guide at https://docs.microsoft.com/azure/quantum/install-jupyter-qkd. You can also try our Quantum Computing Fundamentals learning path (https://aka.ms/learnqc) to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved. dev_url: https://github.com/microsoft/iqsharp - doc_url: https://docs.microsoft.com/quantum/install-guide/jupyter + doc_url: https://docs.microsoft.com/azure/quantum/install-jupyter-qkd diff --git a/conda-recipes/qsharp/meta.yaml b/conda-recipes/qsharp/meta.yaml index 47ae8449..e616d09b 100644 --- a/conda-recipes/qsharp/meta.yaml +++ b/conda-recipes/qsharp/meta.yaml @@ -42,12 +42,12 @@ test: - pwsh src/conda-recipes/qsharp/test.ps1 # [not win] about: - home: https://docs.microsoft.com/quantum + home: https://docs.microsoft.com/azure/quantum license: MIT summary: Python client for Q#, a domain-specific quantum programming language. description: | - For details on how to get started with Python and Q#, please see the guide at https://docs.microsoft.com/quantum/install-guide/python. + For details on how to get started with Python and Q#, please see the guide at https://docs.microsoft.com/azure/quantum/install-python-qdk. You can also try our Quantum Computing Fundamentals learning path (https://aka.ms/learnqc) to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved. dev_url: https://github.com/microsoft/iqsharp - doc_url: https://docs.microsoft.com/quantum/install-guide/python + doc_url: https://docs.microsoft.com/azure/quantum/install-python-qdk diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index f674f5b3..2f5a2950 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -12,7 +12,7 @@ Microsoft Microsoft's IQ# Library. © Microsoft Corporation. All rights reserved. - See: https://docs.microsoft.com/en-us/quantum/relnotes/ + See: https://docs.microsoft.com/azure/quantum/qdk-relnotes MIT https://github.com/Microsoft/IQSharp qdk-nuget-icon.png diff --git a/src/ExecutionPathTracer/ExecutionPathTracer.csproj b/src/ExecutionPathTracer/ExecutionPathTracer.csproj index 102d8eeb..9e7bfd19 100644 --- a/src/ExecutionPathTracer/ExecutionPathTracer.csproj +++ b/src/ExecutionPathTracer/ExecutionPathTracer.csproj @@ -13,7 +13,7 @@ Microsoft Microsoft Quantum's Execution Path Tracer. © Microsoft Corporation. All rights reserved. - See: https://docs.microsoft.com/en-us/quantum/relnotes/ + See: https://docs.microsoft.com/azure/quantum/qdk-relnotes MIT https://github.com/Microsoft/IQsharp/tree/main/src/ExecutionPathTracer qdk-nuget-icon.png diff --git a/src/Jupyter/Jupyter.csproj b/src/Jupyter/Jupyter.csproj index 85d0b81e..622d1878 100644 --- a/src/Jupyter/Jupyter.csproj +++ b/src/Jupyter/Jupyter.csproj @@ -13,7 +13,7 @@ Microsoft Microsoft's IQ# Library with Jupyter Extensions. © Microsoft Corporation. All rights reserved. - See: https://docs.microsoft.com/en-us/quantum/relnotes/ + See: https://docs.microsoft.com/azure/quantum/qdk-relnotes MIT https://github.com/Microsoft/IQSharp qdk-nuget-icon.png diff --git a/src/Kernel/Magic/EstimateMagic.cs b/src/Kernel/Magic/EstimateMagic.cs index 7f057249..dc92ffbb 100644 --- a/src/Kernel/Magic/EstimateMagic.cs +++ b/src/Kernel/Magic/EstimateMagic.cs @@ -40,7 +40,7 @@ namespace Microsoft.Quantum.IQSharp.Kernel - Depth (lower bound for the T-gate depth of the quantum circuit) - Width (lower bound for the maximum number of qubits used for the computation) - See the [ResourcesEstimator user guide](https://docs.microsoft.com/quantum/user-guide/machines/resources-estimator) to learn more. + See the [ResourcesEstimator user guide](https://docs.microsoft.com/azure/quantum/user-guide/machines/resources-estimator) to learn more. #### Required parameters diff --git a/src/Kernel/Magic/Simulate.cs b/src/Kernel/Magic/Simulate.cs index 3eb00668..b40a76a5 100644 --- a/src/Kernel/Magic/Simulate.cs +++ b/src/Kernel/Magic/Simulate.cs @@ -36,7 +36,7 @@ namespace Microsoft.Quantum.IQSharp.Kernel which performs a full-state simulation of the given function or operation and prints the resulting return value. - See the [QuantumSimulator user guide](https://docs.microsoft.com/quantum/user-guide/machines/full-state-simulator) to learn more. + See the [QuantumSimulator user guide](https://docs.microsoft.com/azure/quantum/user-guide/machines/full-state-simulator) to learn more. #### Required parameters diff --git a/src/Kernel/Magic/ToffoliMagic.cs b/src/Kernel/Magic/ToffoliMagic.cs index 4009d322..236b72c9 100644 --- a/src/Kernel/Magic/ToffoliMagic.cs +++ b/src/Kernel/Magic/ToffoliMagic.cs @@ -32,7 +32,7 @@ namespace Microsoft.Quantum.IQSharp.Kernel which performs a simulation of the given function or operation in which the state is always a simple product state in the computational basis, and prints the resulting return value. - See the [ToffoliSimulator user guide](https://docs.microsoft.com/quantum/user-guide/machines/toffoli-simulator) to learn more. + See the [ToffoliSimulator user guide](https://docs.microsoft.com/azure/quantum/user-guide/machines/toffoli-simulator) to learn more. #### Required parameters diff --git a/src/Python/qsharp-core/README.md b/src/Python/qsharp-core/README.md index 8f613608..2dd4d754 100644 --- a/src/Python/qsharp-core/README.md +++ b/src/Python/qsharp-core/README.md @@ -2,7 +2,7 @@ The `qsharp-core` package for Python provides interoperability with the Quantum Development Kit and with the Q# language, making it easy to simulate Q# operations and functions from within Python. -For details on how to get started with Python and Q#, please see the [Getting Started with Python guide](https://docs.microsoft.com/quantum/install-guide/python). +For details on how to get started with Python and Q#, please see the [Getting Started with Python guide](https://docs.microsoft.com/azure/quantum/install-python-qdk). You can also try our [Quantum Computing Fundamentals](https://aka.ms/learnqc) learning path to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved. diff --git a/src/Tool/Tool.csproj b/src/Tool/Tool.csproj index 272c0601..e287011b 100644 --- a/src/Tool/Tool.csproj +++ b/src/Tool/Tool.csproj @@ -13,7 +13,7 @@ Microsoft Microsoft's IQ# Server. © Microsoft Corporation. All rights reserved. - See: https://docs.microsoft.com/en-us/quantum/relnotes/ + See: https://docs.microsoft.com/azure/quantum/qdk-relnotes MIT https://github.com/Microsoft/IQSharp qdk-nuget-icon.png diff --git a/src/Tool/Tool.csproj.orig b/src/Tool/Tool.csproj.orig index 098c3689..e13ce5bc 100644 --- a/src/Tool/Tool.csproj.orig +++ b/src/Tool/Tool.csproj.orig @@ -13,7 +13,7 @@ Microsoft Microsoft's IQ# Server. © Microsoft Corporation. All rights reserved. - See: https://docs.microsoft.com/en-us/quantum/relnotes/ + See: https://docs.microsoft.com/azure/quantum/qdk-relnotes MIT https://github.com/Microsoft/Quantum qdk-nuget-icon.png