Skip to content

Commit 9aa0af9

Browse files
authored
README: fix link to docs
1 parent c4ca64b commit 9aa0af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
Poac (pronounced as `/pəʊək/`) is a package manager and build system for C++ users, inspired by Cargo for Rust. Poac is designed as a structure-oriented build system, which means that as long as you follow Poac's designated project structure, you almost do not need configurations, much less a language to build, unlike CMake. If you do not like writing a bunch of configurations to build your project, Poac might be best suited. Currently, the supported project structure can be known by looking at this repository since Poac can build itself.
1515

16-
Visit [poac.dev](https://poac.dev) and [Poac Docs](https://poac.dev/docs) for more details.
16+
Visit [poac.dev](https://poac.dev) and [Poac Docs](https://docs.poac.dev) for more details.
1717

1818
## Installation
1919

20-
Read ["Installation"](https://poac.dev/docs/installation) from [Poac Docs](https://poac.dev/docs).
20+
Read ["Installation"](https://docs.poac.dev/installation) from [Poac Docs](https://docs.poac.dev).
2121

2222
## Installing from Source
2323

0 commit comments

Comments
 (0)