Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Fix a few broken cross-links in the reference pages #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions reference/XMLElement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,44 +48,44 @@
<th scope="row">Methods</th>
<td><table cellpadding="0" cellspacing="0" border="0">
<tr class="">
<th scope="row"><a href="XMLElement_getChildCount_">getChildCount()</a></th>
<th scope="row"><a href="/reference/XMLElement_getChildCount_">getChildCount()</a></th>
<td>Returns the number of children for the element.</td>

</tr>

<tr class="">
<th scope="row"><a href="XMLElement_getChild_">getChild()</a></th>
<th scope="row"><a href="/reference/XMLElement_getChild_">getChild()</a></th>
<td>Returns a single child.</td>
</tr>

<tr class="">
<th scope="row"><a href="XMLElement_getChildren_">getChildren()</a></th>
<th scope="row"><a href="/reference/XMLElement_getChildren_">getChildren()</a></th>

<td>Returns all of the children as an XMLElement array.</td>
</tr>

<tr class="">
<th scope="row"><a href="XMLElement_getContent_">getContent()</a></th>
<th scope="row"><a href="/reference/XMLElement_getContent_">getContent()</a></th>
<td>Returns the content of an element.</td>
</tr>

<tr class="">
<th scope="row"><a href="XMLElement_getIntAttribute_">getIntAttribute()</a></th>
<th scope="row"><a href="/reference/XMLElement_getIntAttribute_">getIntAttribute()</a></th>
<td>Returns an integer attribute of the element.</td>
</tr>

<tr class="">
<th scope="row"><a href="XMLElement_getFloatAttribute_">getFloatAttribute()</a></th>
<th scope="row"><a href="/reference/XMLElement_getFloatAttribute_">getFloatAttribute()</a></th>
<td>Returns a float attribute of the element.</td>

</tr>

<tr class="">
<th scope="row"><a href="XMLElement_getStringAttribute_">getStringAttribute()</a></th>
<th scope="row"><a href="/reference/XMLElement_getStringAttribute_">getStringAttribute()</a></th>
<td>Returns a String attribute of the element.</td>
</tr>
<tr class="">
<th scope="row"><a href="XMLElement_getName_">getName()</a></th>
<th scope="row"><a href="/reference/XMLElement_getName_">getName()</a></th>
<td>Returns the name of the element.</td>
</tr>
</table></td>
Expand Down
2 changes: 1 addition & 1 deletion reference/ellipse_/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<th scope="row">Related</th>

<td><a href="ellipseMode_">ellipseMode()</a><br /></td>
<td><a href="/reference/ellipseMode_">ellipseMode()</a><br /></td>

</tr>

Expand Down