Skip to content

Commit b52e959

Browse files
authored
Merge pull request #44 from bidgoli/patch-1
Update goodbye.html
2 parents 9156c26 + 5d88512 commit b52e959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module2/exercise_01_multiple_pages/public/goodbye.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<h1>Data Selfie App</h1>
12-
<div><a href="/">hello</a> | <a href="goodbye.html">goodbye</a></div>
12+
<div><a href="index.html">hello</a> | <a href="/">goodbye</a></div>
1313
<p>Goodbye!</p>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)