From ba44fb58228ce4711f9bbca33bd1e08aaa75abc4 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Wed, 18 Dec 2024 16:55:13 -0500 Subject: [PATCH] Make correction to link syntax --- docs/blog/introduction-0.15.0/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/introduction-0.15.0/index.qmd b/docs/blog/introduction-0.15.0/index.qmd index dcd527fc5..67eb44c9e 100644 --- a/docs/blog/introduction-0.15.0/index.qmd +++ b/docs/blog/introduction-0.15.0/index.qmd @@ -123,7 +123,7 @@ metro_mini = ( In the code, we added in the icon names `"train"` and `"train-tram"` to the `services` column, and there could either be just the train icon or the pair that includes the tramway service. We wanted a little separation between the icons in the latter case, so `sep=" / "` was used to place a slash with spacing between any pair of icons. The icons appear here with a black fill color, but that can be changed with the `fill_color=` argument (and there are several other arguments for controlling style attributes). -For a list of available icons, their names, and what they look like, check out (this listing on the FontAwesome website)[https://fontawesome.com/search?m=free&o=r]. The icons draw from the Font Awesome 'free' set (2000+ icons in total) but are not obtained via the web. Rather, we use the [faicons library](https://pypi.org/project/faicons/) so that this can be done entirely offline (we draw from SVG icons stored within faicons). +For a list of available icons, their names, and what they look like, check out [this listing on the FontAwesome website](https://fontawesome.com/search?m=free&o=r). The icons draw from the Font Awesome 'free' set (2000+ icons in total) but are not obtained via the web. Rather, we use the [faicons library](https://pypi.org/project/faicons/) so that this can be done entirely offline (we draw from SVG icons stored within faicons). ### Accounting notation in select numeric formatting methods