mirror of https://github.com/hak5/mk7-docs.git
docs: Point to hak5.github.io for JS
parent
fd08cc190f
commit
a2606f3286
|
@ -74,5 +74,5 @@ Obtain an authentication token.<br/>
|
|||
<b>If unsuccessful</b>: See REST Error Responses
|
||||
</div>
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -256,5 +256,5 @@ export interface CampaignReport {
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -141,5 +141,5 @@ interface SystemStatusInterface {
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -168,5 +168,5 @@ Generic actions such as shutdown, reboot, and getting the device status.
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -249,5 +249,5 @@ Modules are third-party extensions for the WiFi Pineapple.
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -175,5 +175,5 @@ The notifications system allows modules or other tools to communicate with the W
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -979,5 +979,5 @@ export interface Log {
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -229,5 +229,5 @@ export interface APClient {
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -748,5 +748,5 @@ export interface ClientModeNetwork {
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
|
@ -302,5 +302,5 @@ this.API.APIDownload('/tmp/log.txt', 'log-output');
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://foxtrot.github.io/documentation/assets/js/endpoints.js"></script>
|
||||
<script src="https://hak5.github.io/mk7-docs/assets/js/endpoints.js"></script>
|
||||
<script>addHandlers();</script>
|
||||
|
|
Loading…
Reference in New Issue