Merge pull request #125 from sundhaug92/master

Updated links
master
Andy Robbins 2017-09-23 23:32:39 -04:00 committed by GitHub
commit 5b95a05972
2 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@
"Graph", "Graph",
"Active Directory" "Active Directory"
], ],
"homepage": "https://github.com/adaptivethreat/Bloodhound", "homepage": "https://github.com/BloodHoundAD/Bloodhound",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/adaptivethreat/Bloodhound.git" "url": "https://github.com/BloodHoundAD/Bloodhound.git"
}, },
"bugs": "https://github.com/adaptivethreat/Bloodhound/issues", "bugs": "https://github.com/BloodHoundAD/Bloodhound/issues",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": "Rohan Vazarkar <rvazarkr@gmail.com> (https://www.twitter.com/cptjesus)", "author": "Rohan Vazarkar <rvazarkr@gmail.com> (https://www.twitter.com/cptjesus)",
"contributors": [ "contributors": [

View File

@ -49,7 +49,7 @@ export default class componentName extends Component {
<Modal.Body> <Modal.Body>
<h5><b>Version:</b> {this.state.version}</h5> <h5><b>Version:</b> {this.state.version}</h5>
<h5><b>Github:</b> <a href="#" onClick={function(){shell.openExternal("https://www.github.com/BloodHoundAD/BloodHound")}}>https://www.github.com/adaptivethreat/BloodHound</a></h5> <h5><b>Github:</b> <a href="#" onClick={function(){shell.openExternal("https://www.github.com/BloodHoundAD/BloodHound")}}>https://www.github.com/BloodHoundAD/BloodHound</a></h5>
<h5><b>Authors:</b> <a href="#" onClick={function(){shell.openExternal("https://www.twitter.com/harmj0y")}}>@harmj0y</a>, <a href="#" onClick={function(){shell.openExternal("https://www.twitter.com/_wald0")}}>@_wald0</a>, <a href="#" onClick={function(){shell.openExternal("https://www.twitter.com/cptjesus")}}>@cptjesus</a></h5> <h5><b>Authors:</b> <a href="#" onClick={function(){shell.openExternal("https://www.twitter.com/harmj0y")}}>@harmj0y</a>, <a href="#" onClick={function(){shell.openExternal("https://www.twitter.com/_wald0")}}>@_wald0</a>, <a href="#" onClick={function(){shell.openExternal("https://www.twitter.com/cptjesus")}}>@cptjesus</a></h5>
<br /> <br />
<h5><b>License</b></h5> <h5><b>License</b></h5>