Skip to content

Commit 2e89757

Browse files
committed
Fix broken links
1 parent a38d1e0 commit 2e89757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components_guide_web/controllers/react_editor_controller.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ defmodule ComponentsGuideWeb.ReactEditorController do
415415

416416
def show(conn, %{"id" => "yieldmachine-gist"}) do
417417
source = ~s"""
418-
import { default as App } from "https://gist.githubusercontent.com/BurntCaramel/229db1ce87ea3126c460d232cc1e6b0c/raw/78bdd8c275de4bf38d5430bc0ee6bd6ca7014c84/traffic-lights.jsx";
418+
import { default as App } from "https://gist.githubusercontent.com/RoyalIcing/229db1ce87ea3126c460d232cc1e6b0c/raw/78bdd8c275de4bf38d5430bc0ee6bd6ca7014c84/traffic-lights.jsx";
419419
export default App;
420420
"""
421421

@@ -1004,7 +1004,7 @@ defmodule ComponentsGuideWeb.ReactEditorController do
10041004

10051005
def show(conn, %{"id" => "import-from-the-web"}) do
10061006
source = ~s"""
1007-
import { flavors } from "https://gist.githubusercontent.com/BurntCaramel/d9d2ca7ed6f056632696709a2ae3c413/raw/0234322cf854d52e2f2bd33aa37e8c8b00f9df0a/1.js";
1007+
import { flavors } from "https://gist.githubusercontent.com/RoyalIcing/d9d2ca7ed6f056632696709a2ae3c413/raw/0234322cf854d52e2f2bd33aa37e8c8b00f9df0a/1.js";
10081008
import reactDownloads from "https://api.npmjs.org/downloads/point/last-week/react";
10091009
import image from "https://embed.filekitcdn.com/e/fEiVX4E3EdQhij4RMaw92W/pziZhFNQLKJtwNHMTkDnTD";
10101010

0 commit comments

Comments
 (0)