aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/idbindex/getkey/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/idbindex/getkey/index.html')
-rw-r--r--files/fr/web/api/idbindex/getkey/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/idbindex/getkey/index.html b/files/fr/web/api/idbindex/getkey/index.html
index 6eb5146021..828f700fb9 100644
--- a/files/fr/web/api/idbindex/getkey/index.html
+++ b/files/fr/web/api/idbindex/getkey/index.html
@@ -131,5 +131,5 @@ var request = myIndex.getKey(key);</pre>
<li>Définir un intervalle de clés : {{domxref("IDBKeyRange")}}</li>
<li>Récupérer et modifier les données : {{domxref("IDBObjectStore")}}</li>
<li>Utiliser les curseurs {{domxref("IDBCursor")}}</li>
- <li>L'exemple de référence : <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">notifications de trucs à faire</a> (<a class="external" href="https://mdn.github.io/to-do-notifications/">voir la démonstration</a>)</li>
+ <li>L'exemple de référence : <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">notifications de trucs à faire</a> (<a href="https://mdn.github.io/to-do-notifications/">voir la démonstration</a>)</li>
</ul>