Skip to content

Commit 6abd901

Browse files
committed
Fix broken links on document toc
Fixes gh-2056
1 parent 76c2513 commit 6abd901

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/site/es/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2019 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -205,7 +205,7 @@ ps.setInt(1,id);]]></source>
205205
</table>
206206
</subsection>
207207

208-
<subsection name="insert, update and delete">
208+
<subsection name="insert, update and delete" id="insert_update_and_delete">
209209
<p>Los insert, update y delete statements son muy similares en su implementación:</p>
210210

211211
<source><![CDATA[<insert

src/site/ja/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2019 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -237,7 +237,7 @@ ps.setInt(1,id);]]></source>
237237
</table>
238238
</subsection>
239239

240-
<subsection name="insert, update and delete">
240+
<subsection name="insert, update and delete" id="insert_update_and_delete">
241241
<p>
242242
データを変更するステートメントである insert, update, delete は、非常によく似た実装となっています。
243243
</p>

src/site/ko/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2019 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -192,7 +192,7 @@ ps.setInt(1,id);]]></source>
192192
</table>
193193
</subsection>
194194

195-
<subsection name="insert, update and delete">
195+
<subsection name="insert, update and delete" id="insert_update_and_delete">
196196
<p>데이터를 변경하는 구문인 insert, update, delete는 매우 간단하다.</p>
197197

198198
<source><![CDATA[<insert

src/site/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2019 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -249,7 +249,7 @@ ps.setInt(1,id);]]></source>
249249
</table>
250250
</subsection>
251251

252-
<subsection name="insert, update and delete">
252+
<subsection name="insert, update and delete" id="insert_update_and_delete">
253253
<p>The data modification statements insert, update and delete are very similar in their implementation:
254254
</p>
255255

0 commit comments

Comments
 (0)