Skip to content

Commit 7222bdb

Browse files
committedApr 14, 2014
Update URLs
1 parent cac5549 commit 7222bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎LICENSE.de4dot.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
along with de4dot. If not, see <http://www.gnu.org/licenses/>.
1818
</LICENSE>
1919

20-
Official site: https://bitbucket.org/0xd4d/de4dot
20+
Official site: https://github.com/0xd4d/de4dot
2121

2222
See the file COPYING for more details.

‎LICENSE.dnlib.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
</LICENSE>
2323

24-
Official site: https://bitbucket.org/0xd4d/dnlib
24+
Official site: https://github.com/0xd4d/dnlib

‎de4dot.cui/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static int Main(string[] args) {
7373

7474
Logger.n("");
7575
Logger.n("de4dot v{0} Copyright (C) 2011-2014 de4dot@gmail.com", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
76-
Logger.n("Latest version and source code: https://bitbucket.org/0xd4d/de4dot");
76+
Logger.n("Latest version and source code: https://github.com/0xd4d/de4dot");
7777
Logger.n("");
7878

7979
var options = new FilesDeobfuscator.Options();

0 commit comments

Comments
 (0)
Please sign in to comment.