Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Apr 14, 2014
1 parent cac5549 commit 7222bdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.de4dot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
along with de4dot. If not, see <http://www.gnu.org/licenses/>.
</LICENSE>

Official site: https://bitbucket.org/0xd4d/de4dot
Official site: https://github.com/0xd4d/de4dot

See the file COPYING for more details.
2 changes: 1 addition & 1 deletion LICENSE.dnlib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</LICENSE>

Official site: https://bitbucket.org/0xd4d/dnlib
Official site: https://github.com/0xd4d/dnlib
2 changes: 1 addition & 1 deletion de4dot.cui/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static int Main(string[] args) {

Logger.n("");
Logger.n("de4dot v{0} Copyright (C) 2011-2014 [email protected]", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
Logger.n("Latest version and source code: https://bitbucket.org/0xd4d/de4dot");
Logger.n("Latest version and source code: https://github.com/0xd4d/de4dot");
Logger.n("");

var options = new FilesDeobfuscator.Options();
Expand Down

0 comments on commit 7222bdb

Please sign in to comment.