Skip to content

Commit

Permalink
netbox-community#18496 Fixing Broken Link For Custom Links Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mr1716 authored and jeremystretch committed Feb 3, 2025
1 parent f829f34 commit 29f405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization/custom-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Custom links allow users to display arbitrary hyperlinks to external content within NetBox object views. These are helpful for cross-referencing related records in systems outside NetBox. For example, you might create a custom link on the device view which links to the current device in a Network Monitoring System (NMS).

Custom links are created by navigating to Customization > Custom Links. Each link is associated with a particular NetBox object type (site, device, prefix, etc.) and will be displayed on relevant views. Each link has display text and a URL, and data from the NetBox item being viewed can be included in the link using [Jinja2 template code](https://jinja2docs.readthedocs.io/en/stable/) through the variable `object`, and custom fields through `object.cf`.
Custom links are created by navigating to Customization > Custom Links. Each link is associated with a particular NetBox object type (site, device, prefix, etc.) and will be displayed on relevant views. Each link has display text and a URL, and data from the NetBox item being viewed can be included in the link using [Jinja template code](https://jinja.palletsprojects.com/en/stable/) through the variable `object`, and custom fields through `object.cf`.

For example, you might define a link like this:

Expand Down

0 comments on commit 29f405d

Please sign in to comment.