Skip to content

Commit fbcd2d5

Browse files
committed
README changes to redirect build info to my (pnedev) AppVeyor build
1 parent 9e00d7e commit fbcd2d5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ A very useful diff plugin to show the difference between:
1010
Build Status
1111
------------
1212

13-
- 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)
14-
- Travis '[mingw-w64](https://mingw-w64.org)' cmake build
15-
[![Build Status](https://travis-ci.org/jsleroy/compare-plugin.svg?branch=master)](https://travis-ci.org/jsleroy/compare-plugin)
13+
- 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)
1614

1715
Build Compare plugin for Notepad++ from source:
1816
-------------------------------
1917

20-
1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/jsleroy/compare-plugin/blob/master/projects/2013/Compare.vcxproj)
18+
1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/pnedev/compare-plugin/blob/master/projects/2013/Compare.vcxproj)
2119
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.
2220
3. CMake config is available and tested for the generators MinGW Makefiles, Visual Studio and NMake Makefiles
2321

@@ -32,16 +30,16 @@ Get Compare plugin for Notepad++ at the web:
3230
-------------------------------
3331

3432
- via Notepad++ PluginManager
35-
- from GitHub project link [Releases section](https://github.com/jsleroy/compare-plugin/releases)
36-
- manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/jsleroy/compare-plugin/history)
33+
- from GitHub project link [Releases section](https://github.com/pnedev/compare-plugin/releases)
34+
- manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/pnedev/compare-plugin/history)
3735

3836
Additional information:
3937
----------
4038

41-
- Compare plugin for Notepad++ [Contributors](https://github.com/jsleroy/compare-plugin/graphs/contributors)
39+
- Compare plugin for Notepad++ [Contributors](https://github.com/pnedev/compare-plugin/graphs/contributors)
4240
- See also the [Notepad++ official site](http://notepad-plus-plus.org/) for more information.
4341

4442
Changelog:
4543
----------
4644

47-
see [`ReleaseNotes.txt`](https://github.com/jsleroy/compare-plugin/blob/master/ReleaseNotes.txt)
45+
see [`ReleaseNotes.txt`](https://github.com/pnedev/compare-plugin/blob/master/ReleaseNotes.txt)

0 commit comments

Comments
 (0)