Skip to content

Commit f7fd4ab

Browse files
authored
Update README.md (#854)
1 parent 3cb5e2d commit f7fd4ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Builders can add functionality like opening a store from a dialogue with a few l
88

99
- Latest [Release](https://github.com/nwn-dotnet/Anvil/releases/latest)
1010
- [Changelog](https://github.com/nwn-dotnet/Anvil/blob/main/CHANGELOG.md) ([Development](https://github.com/nwn-dotnet/Anvil/blob/development/CHANGELOG.md))
11-
- View the [API Reference](https://nwn-dotnet.github.io/Anvil/annotated.html)
12-
- View [Community Submitted Plugins](https://github.com/nwn-dotnet/Anvil/discussions/categories/plugins)
11+
- View the [Documentation](https://nwn-dotnet.github.io/Anvil/)
12+
- View the [API Reference](https://nwn-dotnet.github.io/Anvil/api/Anvil.html)
1313
- Join the community: [![Discord](https://img.shields.io/discord/382306806866771978?color=7289DA&label=Discord&logo=discord&logoColor=7289DA)](https://discord.gg/CukSHZq)
1414

1515
## Getting Started
1616

17-
New to Anvil and want to know how to get a server running? Have a look through our install guides: https://github.com/nwn-dotnet/Anvil/wiki/Installing-Anvil
17+
New to Anvil and want to know how to get a server running? Have a look through our install guides: https://nwn-dotnet.github.io/Anvil/docs/install/docker.html
1818

19-
Want to write some scripts in C# or develop a new plugin? Have a look through our plugin development guides: https://github.com/nwn-dotnet/Anvil/wiki/Plugin-Development
19+
Want to write some scripts in C# or develop a new plugin? Have a look through our plugin development guides: https://nwn-dotnet.github.io/Anvil/docs/development/setup.html
2020

2121
## Compiling Anvil
2222
Anvil is a [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) project, and you will need the appropriate SDKs to compile and build the project.
@@ -35,7 +35,7 @@ To run tests locally, install the plugins in the anvil home directory as documen
3535
## Contributions
3636
All contributions are welcome!
3737

38-
Join the discussion on the NWN Developer Discord [Discord](https://discord.gg/CukSHZq), and also see our [contribution guidelines](https://github.com/nwn-dotnet/Anvil/blob/development/CONTRIBUTING.md).
38+
Join the discussion on the NWN Developer Discord [Discord](https://discord.gg/CukSHZq), and also see our [contribution guidelines](https://github.com/nwn-dotnet/Anvil/blob/development/CONTRIBUTING.md).
3939

4040
## Credits
4141
The Anvil Framework builds heavily on the foundations of the [NWNX:EE DotNET plugin](https://github.com/nwnxee/unified/tree/master/Plugins/DotNET) that was written by [Milos Tijanic](https://github.com/mtijanic "Milos Tijanic"), and derives several service implementations from plugins developed by the NWNX:EE team and its contributors.

0 commit comments

Comments
 (0)