Skip to content

Commit

Permalink
Updated links to indicate the forked nature of this, err, fork. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Jun 17, 2013
1 parent 701e9b3 commit 96d3704
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CefSharp.Example/ExamplePresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void Init()
}
}

private const string home_url = "http://github.com/ataranto/CefSharp";
private const string home_url = "http://github.com/perlun/CefSharp";
private const string resource_url = "http://test/resource/load";
private const string scheme_url = "test://test/SchemeTest.html";
private const string bind_url = "test://test/BindingTest.html";
Expand Down
4 changes: 2 additions & 2 deletions CefSharp.Example/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions CefSharp.Example/Resources/PopupTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Popup Test</title>
</head>
<body>
<a href="https://github.com/ataranto/CefSharp" target="_blank">target=_blank</a>
<a href="https://github.com/perlun/CefSharp" target="_blank">target=_blank</a>
<br />
<a href="#" onclick="window.open('https://github.com/ataranto/CefSharp')">window.open()</a>
<a href="#" onclick="window.open('https://github.com/perlun/CefSharp')">window.open()</a>
</body>
</html>
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Example/Browser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public Browser()
InitializeComponent();
Text = "CefSharp";

web_view = new WebView("https://github.com/ataranto/CefSharp", new BrowserSettings());
web_view = new WebView("https://github.com/perlun/CefSharp", new BrowserSettings());
web_view.Dock = DockStyle.Fill;
toolStripContainer.ContentPanel.Controls.Add(web_view);

Expand Down

0 comments on commit 96d3704

Please sign in to comment.