From 54df8765a8d86935e2c64dc4a0392b787bc6d358 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 18 Jul 2020 00:25:37 +0300 Subject: [PATCH] refactor(foundation): fix flextype.org urls --- src/flextype/Foundation/Cache/Cache.php | 2 +- src/flextype/Foundation/Config/Config.php | 2 +- src/flextype/Foundation/Container/Container.php | 2 +- src/flextype/Foundation/Cors/Cors.php | 2 +- src/flextype/Foundation/Entries/Entries.php | 2 +- src/flextype/Foundation/Media/MediaFiles.php | 2 +- src/flextype/Foundation/Media/MediaFilesMeta.php | 2 +- src/flextype/Foundation/Media/MediaFolders.php | 2 +- src/flextype/Foundation/Media/MediaFoldersMeta.php | 2 +- src/flextype/Foundation/Parsers/Markdown.php | 2 +- src/flextype/Foundation/Parsers/Parser.php | 2 +- .../Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php | 2 +- .../Parsers/shortcodes/RegistryShortcodeExtension.php | 2 +- .../Foundation/Parsers/shortcodes/UrlShortcodeExtension.php | 2 +- src/flextype/Foundation/Plugins/Plugins.php | 2 +- src/flextype/Foundation/Serializers/Frontmatter.php | 2 +- src/flextype/Foundation/Serializers/Json.php | 2 +- src/flextype/Foundation/Serializers/Serializer.php | 2 +- src/flextype/Foundation/Serializers/Yaml.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/flextype/Foundation/Cache/Cache.php b/src/flextype/Foundation/Cache/Cache.php index ef83984b..03c0a817 100755 --- a/src/flextype/Foundation/Cache/Cache.php +++ b/src/flextype/Foundation/Cache/Cache.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Config/Config.php b/src/flextype/Foundation/Config/Config.php index 7f6b43f3..c812c7a2 100644 --- a/src/flextype/Foundation/Config/Config.php +++ b/src/flextype/Foundation/Config/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Container/Container.php b/src/flextype/Foundation/Container/Container.php index 3b7b9b9a..9232f60f 100644 --- a/src/flextype/Foundation/Container/Container.php +++ b/src/flextype/Foundation/Container/Container.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Cors/Cors.php b/src/flextype/Foundation/Cors/Cors.php index f09b01f8..d2b41393 100644 --- a/src/flextype/Foundation/Cors/Cors.php +++ b/src/flextype/Foundation/Cors/Cors.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php index cc61be10..5a52e64e 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Media/MediaFiles.php b/src/flextype/Foundation/Media/MediaFiles.php index 6c9dba95..a0057625 100644 --- a/src/flextype/Foundation/Media/MediaFiles.php +++ b/src/flextype/Foundation/Media/MediaFiles.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Media/MediaFilesMeta.php b/src/flextype/Foundation/Media/MediaFilesMeta.php index 7a1161e1..bb705efc 100644 --- a/src/flextype/Foundation/Media/MediaFilesMeta.php +++ b/src/flextype/Foundation/Media/MediaFilesMeta.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Media/MediaFolders.php b/src/flextype/Foundation/Media/MediaFolders.php index a4026e4b..2a849677 100644 --- a/src/flextype/Foundation/Media/MediaFolders.php +++ b/src/flextype/Foundation/Media/MediaFolders.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Media/MediaFoldersMeta.php b/src/flextype/Foundation/Media/MediaFoldersMeta.php index 93d49a57..4fd79e62 100644 --- a/src/flextype/Foundation/Media/MediaFoldersMeta.php +++ b/src/flextype/Foundation/Media/MediaFoldersMeta.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Parsers/Markdown.php b/src/flextype/Foundation/Parsers/Markdown.php index 7346f97b..a597fd1c 100644 --- a/src/flextype/Foundation/Parsers/Markdown.php +++ b/src/flextype/Foundation/Parsers/Markdown.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Parsers/Parser.php b/src/flextype/Foundation/Parsers/Parser.php index 49540dbe..b3f6ea9d 100644 --- a/src/flextype/Foundation/Parsers/Parser.php +++ b/src/flextype/Foundation/Parsers/Parser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php index 554ea462..4c75ac47 100644 --- a/src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php +++ b/src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php index d39ab707..e604e549 100644 --- a/src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php +++ b/src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php index 59aa979d..983d20c4 100644 --- a/src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php +++ b/src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Plugins/Plugins.php b/src/flextype/Foundation/Plugins/Plugins.php index c861ce43..8681b42a 100755 --- a/src/flextype/Foundation/Plugins/Plugins.php +++ b/src/flextype/Foundation/Plugins/Plugins.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Serializers/Frontmatter.php b/src/flextype/Foundation/Serializers/Frontmatter.php index a6883d67..c8d44c94 100644 --- a/src/flextype/Foundation/Serializers/Frontmatter.php +++ b/src/flextype/Foundation/Serializers/Frontmatter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Serializers/Json.php b/src/flextype/Foundation/Serializers/Json.php index 03b5a5ae..04f826f5 100644 --- a/src/flextype/Foundation/Serializers/Json.php +++ b/src/flextype/Foundation/Serializers/Json.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Serializers/Serializer.php b/src/flextype/Foundation/Serializers/Serializer.php index 8808af50..7e176643 100644 --- a/src/flextype/Foundation/Serializers/Serializer.php +++ b/src/flextype/Foundation/Serializers/Serializer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Serializers/Yaml.php b/src/flextype/Foundation/Serializers/Yaml.php index 2db3adca..c90e7b48 100644 --- a/src/flextype/Foundation/Serializers/Yaml.php +++ b/src/flextype/Foundation/Serializers/Yaml.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */