Skip to content

Commit

Permalink
Reverted to using http domain instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Paaskehare committed Mar 25, 2016
1 parent c95aa68 commit f54d061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Sublime Pastebin Plugin

This is a simple plugin for [Sublime Text](http://www.sublimetext.com) to allow for easily pasting code to a pastebin

It takes the current selection in a file, uploads it to (by default) [i.ole.im](http://i.ole.im), and returns the URL to the clipboard.
It takes the current selection in a file, uploads it to (by default) [upl.io](https://upl.io), and returns the URL to the clipboard.

Support
-------
Expand All @@ -28,5 +28,3 @@ Usage
Select some text (or don't) and hit `ctrl + alt + c` and afterwards `ctrl + v` - and you're good to go!

*Good luck!*

[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/ccb28099215dc30a92777de35982573e "githalytics.com")](http://githalytics.com/Paaskehare/pastebin-sublime-plugin)
2 changes: 1 addition & 1 deletion pastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except ImportError:
import urllib.request as urllib2

HOSTNAME = 'https://upl.io'
HOSTNAME = 'http://http.upl.io'
POST_FILE_FIELD = 'file'

class FilePart:
Expand Down

0 comments on commit f54d061

Please sign in to comment.