mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Change github repo used by learn notebook
The older repo had too many stars, which lead to triggring GitHub's API rate limit faster.
This commit is contained in:
parent
b558ba56dc
commit
9d401b56f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue