From c37eb85cec275d4a8839c1132bb4285b1f0e82dc Mon Sep 17 00:00:00 2001
From: beruf <rube@ruf2.de>
Date: Fri, 3 Jan 2025 07:53:55 +0100
Subject: [PATCH] fix: add links in header of example

---
 docs/examples.mdx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/examples.mdx b/docs/examples.mdx
index 01cfa638..24c6f321 100644
--- a/docs/examples.mdx
+++ b/docs/examples.mdx
@@ -6,7 +6,7 @@ description: Examples build with Sapphire
 
 ## Randomness
 
-:::info Example Oasis Swag Wheel
+:::info [Example Oasis Swag Wheel][rng-example]
 
 [Example dapp][rng-example] which uses onchain RNG to determine which Swag a participant wins.
 
@@ -14,13 +14,13 @@ description: Examples build with Sapphire
 
 ## Confidential Voting
 
-:::info Example VoTEE
+:::info [Example VoTEE][voting-example]
 
 [Voting example][voting-example] to vote for the favorite Oasis mascot, see also [voTEE.oasis.io].
 
 :::
 
-:::info Example Blockvote
+:::info [Example Blockvote][voting-example]
 
 [Example][voting-example] for general confidential and gasless voting, see also [vote.oasis.io].
 
@@ -28,7 +28,7 @@ description: Examples build with Sapphire
 
 ## SIWE
 
-:::info Example SIWE
+:::info [Example SIWE][siwe-example]
 
 Sign in with Ethereum (SIWE) [example dapp][siwe-example].
 
@@ -36,7 +36,7 @@ Sign in with Ethereum (SIWE) [example dapp][siwe-example].
 
 ## Onchain signing
 
-:::info Example Onchain signing
+:::info [Example Onchain signing][onchain-signer]
 
 Onchain transaction generation and signing [example][onchain-signer].