From fbcd2d57f7393ecd4fdc92e3ab2d8fb16537157b Mon Sep 17 00:00:00 2001 From: Pavel Nedev Date: Mon, 19 Dec 2016 18:09:42 +0200 Subject: [PATCH] README changes to redirect build info to my (pnedev) AppVeyor build --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2464bd9..d8e1b76 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,12 @@ A very useful diff plugin to show the difference between: Build Status ------------ -- AppVeyor `VS2013` and `VS2015` [![Build status](https://ci.appveyor.com/api/projects/status/github/jsleroy/compare-plugin?svg=true)](https://ci.appveyor.com/project/jsleroy/compare-plugin) -- Travis '[mingw-w64](https://mingw-w64.org)' cmake build -[![Build Status](https://travis-ci.org/jsleroy/compare-plugin.svg?branch=master)](https://travis-ci.org/jsleroy/compare-plugin) +- AppVeyor `VS2013` and `VS2015` [![Build status](https://ci.appveyor.com/api/projects/status/github/pnedev/compare-plugin?svg=true)](https://ci.appveyor.com/project/pnedev/compare-plugin) Build Compare plugin for Notepad++ from source: ------------------------------- - 1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/jsleroy/compare-plugin/blob/master/projects/2013/Compare.vcxproj) + 1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/pnedev/compare-plugin/blob/master/projects/2013/Compare.vcxproj) 2. Build Compare plugin [like a normal Visual Studio project](https://msdn.microsoft.com/en-us/library/7s88b19e.aspx). Available platforms are x86 win32 and x64 for Unicode Release and Debug. 3. CMake config is available and tested for the generators MinGW Makefiles, Visual Studio and NMake Makefiles @@ -32,16 +30,16 @@ Get Compare plugin for Notepad++ at the web: ------------------------------- - via Notepad++ PluginManager -- from GitHub project link [Releases section](https://github.com/jsleroy/compare-plugin/releases) -- manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/jsleroy/compare-plugin/history) +- from GitHub project link [Releases section](https://github.com/pnedev/compare-plugin/releases) +- manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/pnedev/compare-plugin/history) Additional information: ---------- -- Compare plugin for Notepad++ [Contributors](https://github.com/jsleroy/compare-plugin/graphs/contributors) +- Compare plugin for Notepad++ [Contributors](https://github.com/pnedev/compare-plugin/graphs/contributors) - See also the [Notepad++ official site](http://notepad-plus-plus.org/) for more information. Changelog: ---------- -see [`ReleaseNotes.txt`](https://github.com/jsleroy/compare-plugin/blob/master/ReleaseNotes.txt) +see [`ReleaseNotes.txt`](https://github.com/pnedev/compare-plugin/blob/master/ReleaseNotes.txt)