Skip to content

Commit 76881a7

Browse files
docs: fix broken README links and TOC anchors
1 parent 8b7d0d5 commit 76881a7

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ The new runtime is based on the Node-API and is designed to be more stable, fast
2121

2222
<!-- TOC depthFrom:2 -->
2323

24-
- [Main Projects](#main-projects)
24+
- [Project structure](#project-structure)
2525
- [Helper Projects](#helper-projects)
2626
- [Build Prerequisites](#build-prerequisites)
2727
- [How to build](#how-to-build)
2828
- [How to run tests](#how-to-run-tests)
29-
- [Misc](#misc)
3029
- [Get Help](#get-help)
3130

3231
<!-- /TOC -->
@@ -35,15 +34,15 @@ The new runtime is based on the Node-API and is designed to be more stable, fast
3534

3635
The repo is structured in the following projects (ordered by dependencies):
3736

38-
- [**android-metadata-generator**](android-metadata-generator) - generates metadata necessary for the Android Runtime.
37+
- [**android-metadata-generator**](test-app/build-tools/android-metadata-generator) - generates metadata necessary for the Android Runtime.
3938
- [**android-binding-generator**](test-app/runtime-binding-generator) - enables Java & Android types to be dynamically created at runtime. Needed by the `extend` routine.
4039
- [**android-runtime**](test-app/runtime) - contains the core logic behind the NativeScript's Android Runtime. This project contains native C++ code and needs the Android NDK to build properly.
4140
- [**android-runtime-testapp**](test-app/app) - this is a vanilla Android Application, which contains the tests for the runtime project.
42-
- [**napi-implementations**](test-app/runtime/src/main//cpp/napi/) - contains the implementation of the Node-API for each supported JS engine.
41+
- [**napi-implementations**](test-app/runtime/src/main/cpp/napi/) - contains the implementation of the Node-API for each supported JS engine.
4342

4443
## Helper Projects
4544

46-
- [**android-static-binding-generator**](android-static-binding-generator) - build tool that generates bindings based on the user's javascript code.
45+
- [**android-static-binding-generator**](test-app/build-tools/static-binding-generator) - build tool that generates bindings based on the user's javascript code.
4746
- [**project-template**](build-artifacts/project-template-gradle) - this is an empty placeholder Android Application project, used by the [NativeScript CLI](https://github.com/NativeScript/nativescript-cli) when building an Android project.
4847

4948
### Build Prerequisites

0 commit comments

Comments
 (0)