Skip to content

Commit

Permalink
NOJIRA: Fixing broken links in uio manual test
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jul 30, 2024
1 parent e91ece6 commit 466c470
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ input.submit {
}

.text-area button {
background-image: url("http://wiki.fluidproject.org/download/attachments/24939866/INFUSION_orange_graphic.png");
background-image: url("../images/INFUSION_orange_graphic.png");
background-repeat: no-repeat;
background-size: contain;
height: 2rem;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ <h2>HTML 5</h2>
This is only a partial list of HTML5 elements. For a complete list please see the
<a href="https://developer.mozilla.org/en/docs/Web/Guide/HTML/HTML5/HTML5_element_list">HTML5 element list</a>
on <a href="https://developer.mozilla.org/en-US/"><abbr title="Mozilla Developer Network">MDN</abbr></a>
or the <a href="http://www.w3.org/TR/html5/">HTML5</a> document from the
<a href="http://www.w3.org/"><abbr title="World Wid Web Consortium">W3C</abbr></a>.
or the <a href="https://html.spec.whatwg.org/multipage/">HTML5</a> document from the
<a href="https://www.w3.org/"><abbr title="World Wid Web Consortium">W3C</abbr></a>.
</p>
<div class="overflow-test"> This box tests some fancy CSS3 properties. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div>
<section>
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3>Grouping</h3>
<td>&lt;figure&gt;, &lt;figcaption&gt;</td>
<td>
<figure class="test-figure">
<img alt="Fluid Infusion logo" src="https://wiki.fluidproject.org/download/attachments/24939866/INFUSION_orange.png">
<img alt="Fluid Infusion logo" src="./images/INFUSION_orange.png">
<figcaption>The Fluid Infusion logo</figcaption>
</figure>
</td>
Expand All @@ -210,7 +210,7 @@ <h3>Text</h3>
<tbody>
<tr>
<td>&lt;a&gt;</td>
<td><a href="http://fluidproject.org">Fluid Project</a></td>
<td><a href="https://fluidproject.org">Fluid Project</a></td>
</tr>
<tr>
<td>&lt;em&gt;</td>
Expand Down

0 comments on commit 466c470

Please sign in to comment.