Skip to content

Commit 3673196

Browse files
committed
Fields in Custom links have been renamed
1 parent 9874cef commit 3673196

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

initializers/custom_links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
## Examples:
1111

1212
# - name: link_to_repo
13-
# text: 'Link to Netbox Docker'
14-
# url: 'https://github.com/netbox-community/netbox-docker'
13+
# link_text: 'Link to Netbox Docker'
14+
# link_url: 'https://github.com/netbox-community/netbox-docker'
1515
# new_window: False
1616
# content_type: device
1717
# - name: link_to_localhost
18-
# text: 'Link to localhost'
19-
# url: 'http://localhost'
18+
# link_text: 'Link to localhost'
19+
# link_url: 'http://localhost'
2020
# new_window: True
2121
# content_type: device

0 commit comments

Comments
 (0)