Update faq.md

Fixed broken link to index.js
This commit is contained in:
babstar99 2024-02-10 07:32:22 +11:00 committed by GitHub
parent d6287c4cf0
commit e75c6d5694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ you can [start the PairDrop instance with an activated WebSocket fallback](https
Files are sent directly between peers. Files are sent directly between peers.
PairDrop doesn't even use a database. PairDrop doesn't even use a database.
If curious, study [the server](https://github.com/schlagmichdoch/pairdrop/blob/master/index.js). If curious, study [the server](https://github.com/schlagmichdoch/PairDrop/blob/master/server/index.js).
WebRTC encrypts the files in transit. WebRTC encrypts the files in transit.
If the devices are on the same network, If the devices are on the same network,