Skip to content

Commit 3c0b117

Browse files
committed
Add proper link to blog home in HTML chapter [Fixes DjangoGirls#985]
1 parent cbc80ac commit 3c0b117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Here's an example of a full template, copy and paste it into `blog/templates/blo
117117
</head>
118118
<body>
119119
<div>
120-
<h1><a href="">Django Girls Blog</a></h1>
120+
<h1><a href="/">Django Girls Blog</a></h1>
121121
</div>
122122

123123
<div>

0 commit comments

Comments
 (0)