Skip to content

Commit

Permalink
Change "Fork me on GitHub" to title case -- "Fork Me on GitHub" -- to…
Browse files Browse the repository at this point in the history
… match sibling links
  • Loading branch information
rmouritzen-splunk committed Nov 19, 2024
1 parent a5f37ec commit 41294e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema_web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ limitations under the License.
<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/examples/tree/main">Example Mappings</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" target="_blank" href="https://github.com/ocsf/ocsf-schema">Fork me on GitHub</a>
<a class="nav-link" target="_blank" href="https://github.com/ocsf/ocsf-schema">Fork Me on GitHub</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 41294e5

Please sign in to comment.