From a95549a52ed9bf82eb3e0999978f3671a61c4e7e Mon Sep 17 00:00:00 2001 From: Hirmay Sandesara <56473003+Hirmay@users.noreply.github.com> Date: Tue, 11 Aug 2020 12:55:20 +0530 Subject: [PATCH] Fixed Issue 85 by changing the broken link Fixes #85 as before the tutorial link in the README.md was broken(showing 404) but now I have fixed it by a working link for that tutorial. --- Cryptography/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cryptography/README.md b/Cryptography/README.md index ef11412..9ef914c 100644 --- a/Cryptography/README.md +++ b/Cryptography/README.md @@ -2,4 +2,4 @@ ## QRandom --> Generates random numbers. The random number is directly generated from a Hadamard gate using Qiskit Terra. It is similar to rolling an `n`-faced dice, where `n` is the number of qubits. It is the worst way to generate random numbers using a quantum computer but the sequence developed is truly random. -For a more detailed example of generating random variates from various distributions using Qiskit aqua, take a look at [this tutorial](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/aqua/generating_random_variates.ipynb). +For a more detailed example of generating random variates from various distributions using Qiskit aqua, take a look at [this tutorial](https://github.com/Qiskit/qiskit-tutorials/blob/master/legacy_tutorials/aqua/generating_random_variates.ipynb).