Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add forgotten punctuation marks to the 2.2.0 blog post #4

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading