From 02e0d3ccf91d18a879b420d3b4c5b1ccc2e1f19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Thu, 22 May 2025 14:06:51 -0300 Subject: [PATCH] Change github repo used by learn notebook The older repo had too many stars, which lead to triggring GitHub's API rate limit faster. --- lib/livebook/notebook/learn/github_stars.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/notebook/learn/github_stars.livemd b/lib/livebook/notebook/learn/github_stars.livemd index 89326d847..593bf96db 100644 --- a/lib/livebook/notebook/learn/github_stars.livemd +++ b/lib/livebook/notebook/learn/github_stars.livemd @@ -140,7 +140,7 @@ Let's try our client. Execute the cell below. You should see a list of GitHub users who starred the repository. ```elixir -repo_name = "livebook-dev/livebook" +repo_name = "livebook-dev/vega_lite" stargazers = case GitHubApi.stargazers(repo_name) do