docs: Point to hak5.github.io for JS

pull/2/head
Marc 2022-01-29 16:23:02 +00:00
parent fd08cc190f
commit a2606f3286
No known key found for this signature in database
GPG Key ID: 0657563F705ACAAE
10 changed files with 10 additions and 10 deletions

View File

@ -74,5 +74,5 @@ Obtain an authentication token.<br/>
<b>If unsuccessful</b>: See REST Error Responses <b>If unsuccessful</b>: See REST Error Responses
</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> <script>addHandlers();</script>

View File

@ -256,5 +256,5 @@ export interface CampaignReport {
</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> <script>addHandlers();</script>

View File

@ -141,5 +141,5 @@ interface SystemStatusInterface {
</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> <script>addHandlers();</script>

View File

@ -168,5 +168,5 @@ Generic actions such as shutdown, reboot, and getting the device status.
</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> <script>addHandlers();</script>

View File

@ -249,5 +249,5 @@ Modules are third-party extensions for the WiFi Pineapple.
</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> <script>addHandlers();</script>

View File

@ -175,5 +175,5 @@ The notifications system allows modules or other tools to communicate with the W
</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> <script>addHandlers();</script>

View File

@ -979,5 +979,5 @@ export interface Log {
</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> <script>addHandlers();</script>

View File

@ -229,5 +229,5 @@ export interface APClient {
</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> <script>addHandlers();</script>

View File

@ -748,5 +748,5 @@ export interface ClientModeNetwork {
</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> <script>addHandlers();</script>

View File

@ -302,5 +302,5 @@ this.API.APIDownload('/tmp/log.txt', 'log-output');
</div> </div>
</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> <script>addHandlers();</script>