Skip to content

Commit

Permalink
fix: use correct links for documentation
Browse files Browse the repository at this point in the history
Resolves: #4
  • Loading branch information
abdes committed Mar 6, 2022
1 parent adf9ff3 commit 486144c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build Matrix](https://github.com/abdes/asap/actions/workflows/cmake-build.yml/badge.svg?branch=develop)](https://github.com/abdes/asap/actions/workflows/cmake-build.yml)

## [Project Documentation](https://abdes.github.io/asap/)
## [Project Documentation](https://abdes.github.io/asap/asap_master/html/)

## Overview

Expand Down Expand Up @@ -54,7 +54,7 @@ mkdir _build && cd _build && cmake .. && cmake --build .

or just use one of the predefined `CMake` presets. Detailed instructions and
many useful commands are listed
[here](https://abdes.github.io/asap/master/html/01-getting-started/useful-commands.html).
[here](https://abdes.github.io/asap/asap_master/html/getting-started/useful-commands.html).

### CMake configurable build options

Expand Down

0 comments on commit 486144c

Please sign in to comment.