Skip to content

Commit

Permalink
Use https in colabs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588771086
Change-Id: Iec8ebd2ca659fb3abc92b4f4702dbe6ab1573c6f
  • Loading branch information
jagapiou authored and copybara-github committed Dec 7, 2023
1 parent a96b8de commit 74162f6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/cyberball/cyberball.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"outputs": [],
"source": [
"!pip install git+git://github.com/google-deepmind/concordia.git"
"!pip install git+https://github.com/google-deepmind/concordia.git"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/magic_beans_for_sale.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"outputs": [],
"source": [
"!pip install git+git://github.com/google-deepmind/concordia.git"
"!pip install git+https://github.com/google-deepmind/concordia.git"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/phone/calendar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"outputs": [],
"source": [
"!pip install git+git://github.com/google-deepmind/concordia.git"
"!pip install git+https://github.com/google-deepmind/concordia.git"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/three_key_questions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"outputs": [],
"source": [
"!pip install git+git://github.com/google-deepmind/concordia.git"
"!pip install git+https://github.com/google-deepmind/concordia.git"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions examples/village/day_in_riverbend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"outputs": [],
"source": [
"!pip install git+git://github.com/google-deepmind/concordia.git"
"!pip install git+https://github.com/google-deepmind/concordia.git"
]
},
{
Expand Down Expand Up @@ -175,8 +175,7 @@
"START_TIME = datetime.datetime(hour=9, year=2024, month=10, day=1)\n",
"clock = game_clock.MultiIntervalClock(\n",
" start=SETUP_TIME,\n",
" step_sizes=[datetime.timedelta(hours=1), datetime.timedelta(seconds=10)])\n",
"\n"
" step_sizes=[datetime.timedelta(hours=1), datetime.timedelta(seconds=10)])\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/village/riverbend_elections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"outputs": [],
"source": [
"!pip install git+git://github.com/google-deepmind/concordia.git"
"!pip install git+https://github.com/google-deepmind/concordia.git"
]
},
{
Expand Down

0 comments on commit 74162f6

Please sign in to comment.