Răsfoiți Sursa

Switch some links to HTTPS and remove INSTALL.md

Also removes a resource not really Godot-related.
Hugo Locurcio 8 ani în urmă
părinte
comite
ae53a8ab45
2 a modificat fișierele cu 3 adăugiri și 16 ștergeri
  1. 0 10
      INSTALL.md
  2. 3 6
      README.md

+ 0 - 10
INSTALL.md

@@ -1,10 +0,0 @@
-# How to install plugins
-
-## Paths
-
-* GNU/Linux: `~/.godot/plugins`
-* Windows: `%APPDATA%/Godot/plugins`
-
-## Enabling
-
-Go to the **Editor Settings**, then make sure the plugin is enabled. You might need to restart Godot after enabling it.

+ 3 - 6
README.md

@@ -1,8 +1,6 @@
 # Awesome Godot [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
 
-A curated list of [free/libre](https://gnu.org/philosophy/free-sw.html) games, plugins, add-ons and scripts for [Godot](http://godotengine.org).
-
-For installation instructions, read [INSTALL.md](https://github.com/Calinou/awesome-godot/blob/master/INSTALL.md).
+A curated list of [free/libre](https://gnu.org/philosophy/free-sw.html) games, plugins, add-ons and scripts for [Godot](https://godotengine.org).
 
 ## Games
 
@@ -118,9 +116,9 @@ For installation instructions, read [INSTALL.md](https://github.com/Calinou/awes
 
 *Those builds will let you use recent versions of Godot Git, but they may be less stable than official ones, use at your own risk.*
 
-- [Calinou's nightly builds](http://archive.hugo.pro/godot/)
+- [Calinou's nightly builds](https://archive.hugo.pro/godot/)
 - [Fixnum's nightly builds](http://fixnum.org/godot/)
-- [Purple Orange Games' nightly builds](http://purpleorangegames.com/godot/)
+- [Purple Orange Games' nightly builds](https://purpleorangegames.com/filesGodot/)
 
 ## Other
 
@@ -131,4 +129,3 @@ For installation instructions, read [INSTALL.md](https://github.com/Calinou/awes
 - [joystick-mapping](https://github.com/Hinsbart/joystick-mapping) - Tool to generate gamepad mappings for all supported platforms.
 - [replicate-file.sh](https://github.com/adolson/godot-stuff/blob/master/replicate-file.sh) - Script to update copies of a file with one master file.
 - [strip-to-frames.pl](https://github.com/adolson/godot-stuff/blob/master/strip-to-frames.pl) - Perl script to split a grid spritesheet image into numbered individual frame files.
-- [update-git.sh](https://gist.github.com/Calinou/93938dc92484bc5e89f0) - Updates all Git repositories contained in a directory.