Skip to content

Commit 3031b0d

Browse files
authored
Merge pull request #300 from rackerlabs/fix-loader-links
docs(elements): fix cross-links to Component docs
2 parents 776f354 + 6c788fa commit 3031b0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/elements/hx-busy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: <hx-busy>
33
minver: 0.4.0
44
also:
5-
components/busy: Busy
5+
components/loaders: Loaders
66
---
77
{% extends 'element.njk' %}
88
{% block content %}

docs/elements/hx-progress/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: <hx-progress>
33
minver: 0.7.0
44
also:
5-
components/progress: Progress
5+
components/loaders: Loaders
66
---
77
{% extends 'element.njk' %}
88
{% block content %}

docs/elements/hx-status/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: <hx-status>
33
minver: 0.2.0
44
also:
5-
components/status-pills: Status Pills
5+
components/pills: Pills
66
---
77
{% extends 'element.njk' %}
88
{% block content %}

0 commit comments

Comments
 (0)