[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc faba39ce8a 191/351: Use HTTPS link (#17
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc faba39ce8a 191/351: Use HTTPS link (#174) |
Date: |
Thu, 13 Jun 2024 18:38:52 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit faba39ce8a84a419f0f47b18c1b56cae794fa0cd
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Use HTTPS link (#174)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 7dc0c95540..6215eb9f89 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ fallback to it when no core executable is found.
```
Alternatively, you can find the package available on
-[MELPA](http://melpa.org/#/editorconfig) and [MELPA
Stable](http://stable.melpa.org/#/editorconfig)
+[MELPA](https://melpa.org/#/editorconfig) and [MELPA
Stable](https://stable.melpa.org/#/editorconfig)
([The Marmalade package](http://marmalade-repo.org/packages/editorconfig) is
deprecated).
@@ -118,6 +118,6 @@ General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-[EditorConfig]: http://editorconfig.org
+[EditorConfig]: https://editorconfig.org
[EditorConfig C Core]: https://github.com/editorconfig/editorconfig-core-c
-[properties]: http://editorconfig.org/#supported-properties
+[properties]: https://editorconfig.org/#supported-properties
- [nongnu] scratch/editorconfig-cc b3a61f717d 153/351: Change hook editorconfig is applied on (#143), (continued)
- [nongnu] scratch/editorconfig-cc b3a61f717d 153/351: Change hook editorconfig is applied on (#143), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 84e1001b4e 121/351: Modify defgroup tag, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 8cff7eda48 118/351: Avoid asking coding system when not specified (#102), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 977f54b251 105/351: Copy properties alists before using them, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7fb0f85010 130/351: Add php-mode to indentation-alist and add a short note, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e412454039 117/351: Load only editorconfig.el when using sandbox, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc f234940589 161/351: Add make info target, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ecbc361c88 170/351: Add .gitignore again, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a18447efb5 173/351: Use whitespace class, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 656db235d9 187/351: Bump version 0.7.13, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc faba39ce8a 191/351: Use HTTPS link (#174),
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc a9dfdc4677 186/351: Fix brackets tests (#172), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0ebb188649 182/351: Disable delete-trailing-whitespace when buffer-read-only is nil, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c71e282e4c 184/351: Remove numeric-range related vairables, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c7975d6954 192/351: Update texi for HTTPS url, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ad79062996 179/351: Use emacs 26.1 instead of 26-pretest (#166), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6f769c93b1 183/351: Stop checking numeric range separately, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e0bf950716 194/351: Add ert-test for file_type_emacs (#177), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6ff678a856 200/351: Make conf-mode used when a file has .editorconfig extension, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 82af619ed5 206/351: Use derived-mode-p for major-mode check (#180), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc df95ca5e4f 203/351: Do not call mode func when current mode is a child mode of target (#179), Stefan Monnier, 2024/06/13