From 68bec810bbc56067da1ce05f27ade42d1a7fe834 Mon Sep 17 00:00:00 2001 From: Roman Mazyrin <52980260+RomanMazyrin@users.noreply.github.com> Date: Mon, 6 May 2024 05:41:55 +0300 Subject: [PATCH] Update README.md (#2005) Links to files in "docs" folder now leads to right path --- client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/README.md b/client/README.md index d5c5b148c7..3f9a344ad6 100644 --- a/client/README.md +++ b/client/README.md @@ -60,11 +60,11 @@ SENTRY_DSN= npm run action client/src/cordova/setup macos -- -- ## Life of a Packet -[How does the Outline Client work?](docs/life_of_a_packet.md) +[How does the Outline Client work?](/docs/life_of_a_packet.md) ## Accepting a server invite -[Looking for instructions on how to accept a server invite?](docs/invitation_instructions.md) +[Looking for instructions on how to accept a server invite?](/docs/invitation_instructions.md) ## Platform-specific development