Skip to content

Commit

Permalink
Add missing punctuation marks at the end of the sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoyucepi committed Oct 29, 2023
1 parent 9a11419 commit d95f833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-07-22-liquidsoap-2.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ to work on code formatting, highlighting, and more!

Interacting with your scripts is essential and, for this, web interfaces and APIs are really useful. In order to make
our HTTP server easier to use, we wrote a new web API that is very close to node express' API and should be fairly easy
to use! The documentation is [here](https://www.liquidsoap.info/doc-2.2.0/harbor_http.html#nodeexpress-api)
to use! The documentation is [here](https://www.liquidsoap.info/doc-2.2.0/harbor_http.html#nodeexpress-api).

These changes also included a revamping of our SSL support which is now modular and with a new TLS optional support!

Expand Down Expand Up @@ -144,7 +144,7 @@ builds.
For each release asset, you can consult the associated `.config` file to see which features are enabled.

Docker release images are located at: `savonet/liquidsoap:v2.2.0`. The release tag may be updated if needed. You can use
git sha-based images to pick a fixed build, e.g. `savonet/liquidsoap:<sha>`
git sha-based images to pick a fixed build, e.g. `savonet/liquidsoap:<sha>`.

Lastly, we may update the list of release assets on the GitHub release page. If you are looking for a permanent release
asset links make sure to check out
Expand Down

0 comments on commit d95f833

Please sign in to comment.