aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorkev-landry <sis_cka@ymail.com>2021-03-20 20:41:38 +0100
committerGitHub <noreply@github.com>2021-03-20 20:41:38 +0100
commit50e5839d902e6915effa1f74e9dbdba32f23b53d (patch)
tree4e7998de5dd51e2149ed6def1384125eb375b0dc /files
parent68d00d7f83b63e2ea269e2e118383ea429729ec6 (diff)
downloadtranslated-content-50e5839d902e6915effa1f74e9dbdba32f23b53d.tar.gz
translated-content-50e5839d902e6915effa1f74e9dbdba32f23b53d.tar.bz2
translated-content-50e5839d902e6915effa1f74e9dbdba32f23b53d.zip
fix target link in the #about part (#254)
Co-authored-by: kevin.landry <kevin.landry@kissthebride.fr>
Diffstat (limited to 'files')
-rw-r--r--files/fr/web/api/indexeddb_api/using_indexeddb/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/indexeddb_api/using_indexeddb/index.html b/files/fr/web/api/indexeddb_api/using_indexeddb/index.html
index 5eaa8078ee..dc2d4afecb 100644
--- a/files/fr/web/api/indexeddb_api/using_indexeddb/index.html
+++ b/files/fr/web/api/indexeddb_api/using_indexeddb/index.html
@@ -15,9 +15,9 @@ original_slug: Web/API/API_IndexedDB/Using_IndexedDB
<h2 id="À_propos_de_ce_document">À propos de ce document</h2>
-<p>Ce tutoriel vous guide à travers l'utilisation de l'API asynchrone de IndexedDB. Si vous n'êtes pas familier avec le principe de IndexedDB, vous devriez d'abord lire <a href="/en/IndexedDB/Basic_Concepts_Behind_IndexedDB" title="en/IndexedDB/Basic Concepts Behind IndexedDB">les concepts basiques d'IndexedDB</a>.</p>
+<p>Ce tutoriel vous guide à travers l'utilisation de l'API asynchrone de IndexedDB. Si vous n'êtes pas familier avec le principe de IndexedDB, vous devriez d'abord lire <a href="/fr/docs/Web/API/Indexeddb_API/Basic_Concepts_Behind_IndexedDB" title="IndexedDB - Les concepts basiques">les concepts basiques d'IndexedDB</a>.</p>
-<p>Pour la documentation de référence sur l'API d'IndexedDB, voyez l'article <a href="/en/IndexedDB" title="https://developer.mozilla.org/en/IndexedDB">IndexedDB</a> et ses sous-parties, qui détaille les types d'objets utilisés par IndexedDB, ainsi que les méthodes sur l'API asynchrone (l'API synchrone a été retirée de la spécification).</p>
+<p>Pour la documentation de référence sur l'API d'IndexedDB, voyez l'article <a href="/fr/docs/Web/API/Indexeddb_API" title="IndexedDB">IndexedDB</a> et ses sous-parties, qui détaille les types d'objets utilisés par IndexedDB, ainsi que les méthodes sur l'API asynchrone (l'API synchrone a été retirée de la spécification).</p>
<h2 id="pattern" name="pattern">Modèle de base</h2>