Skip to content

Commit

Permalink
Merge pull request #4 from vitoyucepi/2.2.0_missing_punctuation
Browse files Browse the repository at this point in the history
fix: Add forgotten punctuation marks to the 2.2.0 blog post
  • Loading branch information
toots authored Jun 13, 2024
2 parents 6c98049 + d95f833 commit 7e1207c
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 7e1207c

Please sign in to comment.