Add hyperlinks to project layout in README (#3509)
This commit is contained in:
16
README.md
16
README.md
@@ -7,14 +7,14 @@ If you have any questions, please join our IRC channel on [irc.rizon.net #runeli
|
|||||||
|
|
||||||
## Project Layout
|
## Project Layout
|
||||||
|
|
||||||
- cache - Libraries used for reading/writing cache files, as well as the data in it
|
- [cache](cache/src/main/java/net/runelite/cache) - Libraries used for reading/writing cache files, as well as the data in it
|
||||||
- http-api - API for api.runelite.net
|
- [http-api](http-api/src/main/java/net/runelite/http/api) - API for api.runelite.net
|
||||||
- http-service - Service for api.runelite.net
|
- [http-service](http-service/src/main/java/net/runelite/http/service) - Service for api.runelite.net
|
||||||
- model-viewer - RS Model, NPC/Object, and terrain viewer
|
- [model-viewer](model-viewer/src/main/java/net/runelite/modelviewer) - RS Model, NPC/Object, and terrain viewer
|
||||||
- runelite-api - RuneLite API, interfaces for accessing the client
|
- [runelite-api](runelite-api/src/main/java/net/runelite/api) - RuneLite API, interfaces for accessing the client
|
||||||
- runelite-mixins - Mixins which are injected into the injected client's classes
|
- [runelite-mixins](runelite-mixins/src/main/java/net/runelite) - Mixins which are injected into the injected client's classes
|
||||||
- runescape-api - Mappings correspond to these interfaces, runelite-api is a subset of this
|
- [runescape-api](runescape-api/src/main/java/net/runelite) - Mappings correspond to these interfaces, runelite-api is a subset of this
|
||||||
- runelite-client - Game client with plugins
|
- [runelite-client](runelite-client/src/main/java/net/runelite/client) - Game client with plugins
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user