Skip to content

Commit 9f96997

Browse files
authored
spelling: https (#59)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 0539ff1 commit 9f96997

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this file is part of EditorConfig plugin for Notepad++
22
#
3-
# Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
3+
# Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ Feel free to submit bugs, feature requests, and other issues to the
112112

113113

114114
[cmake]: https://www.cmake.org
115-
[EditorConfig]: http://editorconfig.org
115+
[EditorConfig]: https://editorconfig.org
116116
[EditorConfig C core]: https://github.com/editorconfig/editorconfig-core-c
117117
[EditorConfig plugin for Notepad++]: [https://github.com/editorconfig/editorconfig-notepad-plus-plus](https://github.com/bruderstein/nppPluginManager)
118118
[Microsoft Visual Studio]: https://www.visualstudio.com/
119119
[download]: https://sourceforge.net/projects/editorconfig/files/EditorConfig-Notepad%2B%2B-Plugin/
120120
[pcre]: https://ftp.pcre.org/pub/pcre
121121
[PowerShell]: https://docs.microsoft.com/en-us/powershell
122-
[properties]: http://editorconfig.org/#supported-properties
122+
[properties]: https://editorconfig.org/#supported-properties

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this file is part of EditorConfig plugin for Notepad++
22
#
3-
# Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>
3+
# Copyright (C) 2011-2016 EditorConfig Team <https://editorconfig.org>
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

src/DlgAbout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this file is part of EditorConfig plugin for Notepad++
22
//
3-
// Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>
3+
// Copyright (C) 2011-2016 EditorConfig Team <https://editorconfig.org>
44
//
55
// This program is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU General Public License

src/DlgAbout.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this file is part of EditorConfig plugin for Notepad++
22
//
3-
// Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>
3+
// Copyright (C) 2011-2016 EditorConfig Team <https://editorconfig.org>
44
//
55
// This program is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU General Public License

src/NppPluginEditorConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//this file is part of EditorConfig plugin for Notepad++
22
//
33
//Copyright (C)2003 Don HO <donho@altern.org>
4-
//Copyright (C)2011 EditorConfig Team <http://editorconfig.org>
4+
//Copyright (C)2011 EditorConfig Team <https://editorconfig.org>
55
//
66
//This program is free software; you can redistribute it and/or
77
//modify it under the terms of the GNU General Public License

src/PluginDefinition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//this file is part of EditorConfig plugin for Notepad++
22
//
33
//Copyright (C)2003 Don HO <donho@altern.org>
4-
//Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
4+
//Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
55
//
66
//This program is free software; you can redistribute it and/or
77
//modify it under the terms of the GNU General Public License

src/PluginDefinition.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//this file is part of EditorConfig plugin for Notepad++
22
//
33
//Copyright (C)2003 Don HO <donho@altern.org>
4-
//Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
4+
//Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
55
//
66
//This program is free software; you can redistribute it and/or
77
//modify it under the terms of the GNU General Public License

src/version.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this file is part of EditorConfig plugin for Notepad++
22
//
3-
// Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
3+
// Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
44
//
55
// This program is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)