Skip to content

Commit d823ab4

Browse files
committed
Fix the NETCoreSync's README link
1 parent 00f9dac commit d823ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NETCoreSync/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This is the **Xamarin** version of NETCoreSync - a database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. The NETCoreSync for Xamarin version is built using Microsoft .NET Standard 2.0, and needs to be implemented on both of your client-side and server-side projects.
88

9-
> To learn about NETCoreSync general requirements (characteristics such as database-agnostic, unique primary keys, soft-delete, etc.), visit the short-explanation on the root README [here](../).
9+
> To learn about NETCoreSync general requirements (characteristics such as database-agnostic, unique primary keys, soft-delete, etc.), visit the short-explanation on the root site [here](https://github.com/aldycool/NETCoreSync).
1010
1111
> If you're using [Flutter](https://flutter.dev) (which you should be :grin:), visit the Flutter version of NETCoreSync [here](../netcoresync_moor).
1212

0 commit comments

Comments
 (0)