Fix broken links / image versions (#591)

* fix broken links / image versions

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* update

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* one more

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
This commit is contained in:
Paul Schweigert 2023-05-24 15:08:23 -04:00 committed by GitHub
parent 022fa82c79
commit 549af241d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 9 deletions

View File

@ -42,7 +42,7 @@ VERSION=nightly docker-compose --profile full up
2. Open jupyter notebook in browser at [http://localhost:8888/](http://localhost:8888/). Password for notebook is `123`
3. Explore 3 getting started tutorials.
For more detailed examples and explanations refer to [Beginners Guide](docs/beginners_guide.md), [Getting started examples](docs/getting_started/), [Guides](docs/guides) and [Tutorials](docs/tutorials).
For more detailed examples and explanations refer to the [Beginners Guide](docs/beginners_guide.md).
----------------------------------------------------------------------------------------------------

View File

@ -110,7 +110,3 @@ job.logs()
job.result()
# '{"status": "ok", "single": [1.0], "parallel_result": [[1.0], [0.9740035726118753], [1.0]]}'
```
For more examples refer to [guides](./guides) and [tutorials](./tutorials).

View File

@ -21,9 +21,9 @@ Available version can be found in `GitHub releases`_ page.
.. _GitHub releases: https://github.com/Qiskit-Extensions/quantum-serverless/releases
For example, if you want to install version `0.0.8` with all services,
For example, if you want to install version `0.1.0` with all services,
the command would be:
.. code-block::
$ VERSION=0.0.8 docker-compose --profile full up
$ VERSION=0.1.0 docker-compose --profile full up

View File

@ -7,7 +7,7 @@ Step 0: install package
.. code-block::
:caption: pip install
pip install quantum_serverless==0.0.8
pip install quantum_serverless==0.1.0
Step 1: run infrastructure
@ -15,7 +15,7 @@ Step 1: run infrastructure
.. code-block::
:caption: run docker compose from a root of the project
VERSION=0.0.8 docker-compose --profile full up
VERSION=0.1.0 docker-compose --profile full up
Step 2: write program