Skip to content

Commit

Permalink
adding target attribute to links
Browse files Browse the repository at this point in the history
Signed-off-by: rajaspa <[email protected]>
  • Loading branch information
floydtree committed Nov 8, 2023
1 parent 878cb74 commit b545463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/schema_web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ limitations under the License.
<div class="dropdown">
Resources
<div class="dropdown-content">
<a class="nav-link" href="https://github.com/ocsf/ocsf-docs/blob/main/Understanding%20OCSF.pdf">Understanding OCSF</a>
<a class="nav-link" href="https://github.com/ocsf/ocsf-schema/blob/main/CONTRIBUTING.md">Contributing to OCSF</a>
<a class="nav-link" target="_blank" href="https://github.com/ocsf/ocsf-docs/blob/main/Understanding%20OCSF.pdf">Understanding OCSF</a>
<a class="nav-link" target="_blank" href="https://github.com/ocsf/ocsf-schema/blob/main/CONTRIBUTING.md">Contributing to OCSF</a>
<a class="nav-link" href='<%= Routes.static_path(@conn, "/data_types") %>'>OCSF Data Types</a>
<a class="nav-link" target="_blank" href='<%= Routes.static_path(@conn, "/doc") %>'>API Documentation</a>
</div>
Expand Down

0 comments on commit b545463

Please sign in to comment.