Skip to content

Commit

Permalink
Refactor Plugin Config
Browse files Browse the repository at this point in the history
  • Loading branch information
gitworkflows committed Dec 26, 2024
1 parent f761f33 commit 6191f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/GuideWrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default function GuideWrapper() {
<p>
Welcome to ThreatMatrixs Guide for First Time Visitors! For further
questions you could either check out our{" "}
<a href="https://khulnasoft.github.io/devsec-docs/">docs</a> or reach us
out on{" "}
<a href="https://khulnasoft.github.io/devsec-docs/">docs</a> or
reach us out on{" "}
<a href="https://gsoc-slack.honeynet.org/">
the official ThreatMatrix slack channel
</a>
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/constants/environment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable prefer-destructuring */
export const THREATMATRIX_DOCS_URL = "https://khulnasoft.github.io/devsec-docs/";
export const THREATMATRIX_DOCS_URL =
"https://khulnasoft.github.io/devsec-docs/";
export const PYTHREATMATRIX_GH_URL =
"https://github.com/khulnasoft/pythreatmatrix";
export const THREATMATRIX_TWITTER_ACCOUNT = "threat_matrix";
Expand Down

0 comments on commit 6191f4b

Please sign in to comment.