Skip to content

Commit

Permalink
Docs link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlOld committed Sep 13, 2024
1 parent 696c169 commit ed994e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/examples/quantumCoinGame.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Quantum Computer wins

### Links

1. [Playing with a Quantum Computer](https://www.npmjs.com/package/library)
1. [Playing with a Quantum Computer](https://arxiv.org/pdf/2108.06271)
2. [Quantum Coin Game Wiki](https://en.wikipedia.org/wiki/Quantum_coin_flipping)
3. [Quantum Coin Game](https://github.com/Qiskit/textbook/blob/main/notebooks/ch-demos/coin-game.ipynb)
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: DocsThemeConfig = {
},
docsRepositoryBase: 'https://github.com/EarlOld/quantum.js',
footer: {
text: 'MIT 2024 © EarlOld - [email protected].2',
text: 'MIT 2024 © EarlOld - [email protected].3',
},
};

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earlold/quantum.js",
"version": "0.4.2",
"version": "0.4.3",
"description": "Quantum.js is a library for quantum computing",
"main": "index.js",
"repository": "https://github.com/EarlOld/quantum.js",
Expand Down

0 comments on commit ed994e0

Please sign in to comment.