diff --git a/Documentation/api-compat.md b/docs/api-compat.md similarity index 100% rename from Documentation/api-compat.md rename to docs/api-compat.md diff --git a/Documentation/build.md b/docs/build.md similarity index 100% rename from Documentation/build.md rename to docs/build.md diff --git a/Documentation/debug-xaml-compiler.md b/docs/debug-xaml-compiler.md similarity index 100% rename from Documentation/debug-xaml-compiler.md rename to docs/debug-xaml-compiler.md diff --git a/Documentation/images/xcode-product-path.png b/docs/images/xcode-product-path.png similarity index 100% rename from Documentation/images/xcode-product-path.png rename to docs/images/xcode-product-path.png diff --git a/Documentation/index.md b/docs/index.md similarity index 100% rename from Documentation/index.md rename to docs/index.md diff --git a/Documentation/macos-native.md b/docs/macos-native.md similarity index 100% rename from Documentation/macos-native.md rename to docs/macos-native.md diff --git a/Documentation/porting-code-from-3rd-party-sources.md b/docs/porting-code-from-3rd-party-sources.md similarity index 100% rename from Documentation/porting-code-from-3rd-party-sources.md rename to docs/porting-code-from-3rd-party-sources.md diff --git a/Documentation/release.md b/docs/release.md similarity index 100% rename from Documentation/release.md rename to docs/release.md diff --git a/readme.md b/readme.md index 372b939642..5efd1258bd 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,7 @@ We have a [range of samples](https://github.com/AvaloniaUI/Avalonia.Samples) to ## Building and Using -See the [build instructions here](Documentation/build.md). +See the [build instructions here](docs/build.md). ## Contributing