commit
5b95a05972
|
@ -6,12 +6,12 @@
|
|||
"Graph",
|
||||
"Active Directory"
|
||||
],
|
||||
"homepage": "https://github.com/adaptivethreat/Bloodhound",
|
||||
"homepage": "https://github.com/BloodHoundAD/Bloodhound",
|
||||
"repository": {
|
||||
"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",
|
||||
"author": "Rohan Vazarkar <rvazarkr@gmail.com> (https://www.twitter.com/cptjesus)",
|
||||
"contributors": [
|
||||
|
|
|
@ -49,7 +49,7 @@ export default class componentName extends Component {
|
|||
|
||||
<Modal.Body>
|
||||
<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>
|
||||
<br />
|
||||
<h5><b>License</b></h5>
|
||||
|
|
Loading…
Reference in New Issue