Fix broken asset link

Summary:
Assets should never be referenced by /doc/assets, as it breaks docusaurus' baseUrl conversion.

I'd write a lint rule for this but I don't know if it affects docusaurus v2, might be better to just migrate to that.

Reviewed By: passy

Differential Revision: D21153686

fbshipit-source-id: d839015e989a64f897617855ece77439da388cb7
This commit is contained in:
John Knox
2020-04-21 06:52:07 -07:00
committed by Facebook GitHub Bot
parent 60ddad7e08
commit 4b54eb3ec6

View File

@@ -16,4 +16,4 @@ The desktop part of Flipper doesn't need any particular setup. Simply download t
Once you start Flipper and launch an emulator/simulator or connect a device, you will already be able to see the device logs in Flipper. To see app specific data, you need to integrate our native SDKs with your app.
![Logs plugin](/docs/assets/initial.png)
![Logs plugin](assets/initial.png)