Skip to content

Commit 567b7af

Browse files
authored
Update links to map libre and kino vega lite libs (#1492)
* Update links to map libre libs * Updates link to KinoVegaLite
1 parent 27a7297 commit 567b7af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/livebook/notebook/learn/intro_to_maplibre.livemd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Mix.install([
1111

1212
To work with maps in Livebook we need two libraries:
1313

14-
* The [`maplibre`](https://github.com/cristineguadelupe/maplibre)
14+
* The [`maplibre`](https://github.com/livebook-dev/maplibre)
1515
package allows us to define our map style specifications
1616

17-
* The [`kino_maplibre`](https://github.com/cristineguadelupe/Kino_maplibre) package instructs Livebook how to render our specifications and also provides some initial support for [MapLibre Evented API](https://maplibre.org/maplibre-gl-js-docs/api/events/#evented)
17+
* The [`kino_maplibre`](https://github.com/livebook-dev/kino_maplibre) package instructs Livebook how to render our specifications and also provides some initial support for [MapLibre Evented API](https://maplibre.org/maplibre-gl-js-docs/api/events/#evented)
1818

1919
We will make extensive use of MapLibre's functions, so it's handy to alias the module to something shorter.
2020

lib/livebook/notebook/learn/intro_to_vega_lite.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We need two libraries for plotting in Livebook:
1414
* The [`vega_lite`](https://github.com/elixir-nx/vega_lite)
1515
package allows us to define our graph specifications
1616

17-
* The [`kino_vega_lite`](https://github.com/elixir-nx/kino) package
17+
* The [`kino_vega_lite`](https://github.com/livebook-dev/kino_vega_lite) package
1818
instructs Livebook how to render our specifications
1919

2020
Let's install them by running the setup cell above.

0 commit comments

Comments
 (0)