Skip to content

Commit 7a5c33f

Browse files
committed
Fixed links in examples for HTML lesson 1.
1 parent a5e2ff8 commit 7a5c33f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html/lesson1/example-styled.pt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>Corujas:</h3>
3737
<strong>olhos voltados para frente na coruja permite<br/>
3838
um melhor senso de percepção profunda</strong> necessária para a caça com pouca luz.<br>
3939
<br>
40-
<a href="http://en.wikipedia.org/wiki/Owl">Mais informações sobre corujas...</a>
40+
<a href="http://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
4141
</p>
4242
</div>
4343
<div style="width: 30%; display: inline">
@@ -51,7 +51,7 @@ <h3>Corujas:</h3>
5151
<a href="mailto:?subject=Eu amo corujas :: Codebar">Mande um email para seu amigo</a>
5252
</li>
5353
<li>
54-
<a href="https://twitter.com/by_codebar">Twitter</a>
54+
<a href="https://twitter.com/codebar">Twitter</a>
5555
</li>
5656
</ul>
5757
</body>

html/lesson1/example.pt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>Corujas:</h3>
3535
<strong>olhos voltados para frente na coruja permite<br/>
3636
um melhor senso de percepção profunda</strong> necessária para a caça com pouca luz.<br>
3737
<br>
38-
<a href="http://pt.wikipedia.org/wiki/Coruja">More information about owls...</a>
38+
<a href="http://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
3939
</p>
4040
</div>
4141
<div>
@@ -49,7 +49,7 @@ <h3>Corujas:</h3>
4949
<a href="mailto:?subject=Eu amo corujas :: Codebar">Mande um email para seu amigo</a>
5050
</li>
5151
<li>
52-
<a href="https://twitter.com/by_codebar">Twitter</a>
52+
<a href="https://twitter.com/codebar">Twitter</a>
5353
</li>
5454
</ul>
5555
</body>

0 commit comments

Comments
 (0)