From 2d8b062081760e199da1d1f4a35211225ba07090 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Mon, 9 Oct 2017 13:31:22 +0800 Subject: [PATCH 1/2] Fix several issue URLs --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index b399313..57594fd 100644 --- a/index.bs +++ b/index.bs @@ -7134,9 +7134,9 @@ document's Revision History. * Clarified [=open request=] / [=connection queue=] processing. (bug #9, - bug #78, - bug #79, - bug #81) + bug #78, + bug #79, + bug #81) * Ensure event firing is done in the context of queued tasks. (bug #83) From 7e3d7cd088b9437fd3136814a25a5824d9795938 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Mon, 9 Oct 2017 17:18:14 +0800 Subject: [PATCH 2/2] Fix an issue's URL --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 57594fd..fc92821 100644 --- a/index.bs +++ b/index.bs @@ -7184,7 +7184,7 @@ document's Revision History. * Use [[HTML]]'s StructuredSerializeForStorage hook. (issue #197, - issue #152) + issue #152) * Define [=database=]'s associated [=database/upgrade transaction=] to align exceptions thrown from {{IDBDatabase/createObjectStore()}} and