Skip to content

Commit 11bcff0

Browse files
Merge pull request #52 from metabase/fix-broken-link-pug
Fix broken link in pug index file
2 parents 3b4ef18 + 5ee6790 commit 11bcff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/views/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ block content
1717

1818
iframe(src="http://localhost:3000/public/dashboard/e104be98-2ea1-4dce-abff-aa3cfeddfe40" frameborder="0" width="800" height="600" allowtransparency)
1919

20-
p Similarly, we can embed a a(href="http://localhost:3000/public/question/938a446c-da62-479a-a1bd-913cd29a77ef")single question's chart in our application as below.
20+
p Similarly, we can embed a <a href="http://localhost:3000/public/question/938a446c-da62-479a-a1bd-913cd29a77ef">single question's chart</a> in our application as below.
2121

2222
iframe(src="http://localhost:3000/public/question/938a446c-da62-479a-a1bd-913cd29a77ef" frameborder="0" width="800" height="600" allowtransparency)
2323

0 commit comments

Comments
 (0)