Skip to content

Instantly share code, notes, and snippets.

@squanto
Created February 5, 2013 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save squanto/4717638 to your computer and use it in GitHub Desktop.
Save squanto/4717638 to your computer and use it in GitHub Desktop.
Why Rudy's gists were breaking.
<!-- Does Not Work -->
<script src="https://gist.github.com/2191625.js?file=UIViewController_TourGuide.h"></script>
<!-- Does Work. Note Rudy's username -->
<!-- <script src="https://gist.github.com/rudyjahchan/2191625.js?file=UIViewController_TourGuide.h"></script> -->
@squanto
Copy link
Author

squanto commented Feb 5, 2013

Also,

This:

https://gist.github.com/2191625

Redirects to this:

https://gist.github.com/rudyjahchan/2191625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment