Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs link #38

Merged
merged 4 commits into from
Oct 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We are currently maintaining [a working protoype](https://threatdragon.org) in s
There are installers available for both Windows and Mac OSX, as well as rpm and debian packages for Linux.
Note that for the desktop variant the models are stored on the local filesystem rather than a remote repository.

[End user help](http://docs.threatdragon.org/) is available for both variants.
[End user help](https://threatdragon.github.io) is available for both variants.

This repository contains the files for the web application variant.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"email": "mike.goodwin@owasp.org"
},
"license": "Apache-2.0",
"homepage": "http://docs.threatdragon.org/",
"homepage": "https://threatdragon.github.io/",
"repository": {
"type": "git",
"url": "git://github.com/owasp/threat-dragon.git"
Expand Down
2 changes: 1 addition & 1 deletion td/public/app/layout/topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<button class="btn btn-primary" type="submit">
<i class="fa fa-sign-out fa-2x icon-align" title="Log out"></i>
</button>
<a class="btn btn-primary" href="http://docs.threatdragon.org/" target="_blank">
<a class="btn btn-primary" href="https://threatdragon.github.io/" target="_blank">
<i title="View documentation" class="fa fa-question-circle fa-2x"></i>
</a>
<a class="btn btn-primary" href="https://cheatsheetseries.owasp.org/cheatsheets/Threat_Modeling_Cheat_Sheet.html" target="_blank">
Expand Down
6 changes: 3 additions & 3 deletions td/views/login.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ html(lang="en")
a.navbar-brand(href="/")
|Threat Dragon
.navbar-right
a.btn.btn-primary(href="http://docs.threatdragon.org/",target="_blank")
a.btn.btn-primary(href="https://threatdragon.github.io/",target="_blank")
span.fa.fa-question-circle.fa-2x(title="Get some help")
a.btn.btn-primary(href="https://github.com/owasp/threat-dragon",target="_blank")
a.btn.btn-primary(href="https://github.com/OWASP/threat-dragon",target="_blank")
span.fa.fa-github.fa-2x(title="Visit us on GitHub")
a.btn.btn-primary(href="https://owasp.org/www-project-threat-dragon/",target="_blank",title="Visit the OWASP project page")
img(src="public/content/images/owasp.svg")
Expand All @@ -41,7 +41,7 @@ html(lang="en")
h1 Welcome!
p
|Threat Dragon is a free, open-source threat modeling tool from OWASP.
|It can be used as a #[a(href="http://docs.threatdragon.org/#downloads",target="_blank") standalone desktop app] for Windows, MacOS and Linux
|It can be used as a #[a(href="https://threatdragon.github.io/#downloads",target="_blank") standalone desktop app] for Windows, MacOS and Linux
|or as a web application. The desktop app is great if you want to try the application without giving it access to your GitHub repos,
|but if you choose the online version you get to unleash the awesome power of GitHub on your threat models!
|Obviously, to do this you need to log in first...
Expand Down