diff --git a/README.md b/README.md index 1f726e2c..14479f3d 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Check out the Wiki for some notes and documentation, and browse and/or check out ####Get help -If you have questions, or need additional help getting started, the [munki-dev](http://groups.google.com/group/munki-dev) group is the best place to start. Please don't post support questions as comments on wiki documentation pages. +If you have questions, or need additional help getting started, the [munki-dev](https://groups.google.com/group/munki-dev) group is the best place to start. Please don't post support questions as comments on wiki documentation pages. -Issues with MunkiWebAdmin should be discussed in its group: [munki-web-admin](http://groups.google.com/group/munki-web-admin). +Issues with MunkiWebAdmin should be discussed in its group: [munki-web-admin](https://groups.google.com/group/munki-web-admin). ![](https://github.com/munki/munki/wiki/images/managed_software_center.png) diff --git a/code/apps/Managed Software Center/Managed Software Center/Localize.py b/code/apps/Managed Software Center/Managed Software Center/Localize.py index cb7406bc..3602f839 100755 --- a/code/apps/Managed Software Center/Managed Software Center/Localize.py +++ b/code/apps/Managed Software Center/Managed Software Center/Localize.py @@ -13,7 +13,7 @@ And Wil Shipley's 'Pimp My Code, Part 17: Lost in Translations' http://wilshipley.com/blog/2009/10/pimp-my-code-part-17-lost-in.html Written by David Keegan for Murky - http://bitbucket.org/snej/murky + https://bitbucket.org/snej/murky Usage: Localize.py -help diff --git a/code/apps/MunkiStatus/MunkiStatus/Localize.py b/code/apps/MunkiStatus/MunkiStatus/Localize.py index cb7406bc..3602f839 100755 --- a/code/apps/MunkiStatus/MunkiStatus/Localize.py +++ b/code/apps/MunkiStatus/MunkiStatus/Localize.py @@ -13,7 +13,7 @@ And Wil Shipley's 'Pimp My Code, Part 17: Lost in Translations' http://wilshipley.com/blog/2009/10/pimp-my-code-part-17-lost-in.html Written by David Keegan for Murky - http://bitbucket.org/snej/murky + https://bitbucket.org/snej/murky Usage: Localize.py -help diff --git a/code/client/makecatalogs b/code/client/makecatalogs index 3f50e2b3..3f2855ab 100755 --- a/code/client/makecatalogs +++ b/code/client/makecatalogs @@ -66,8 +66,8 @@ except ImportError: # work for us, instead of decoding each item in the output list. # # references: - # http://docs.python.org/howto/unicode.html#unicode-filenames - # http://developer.apple.com/library/mac/#qa/qa2001/qa1235.html + # https://docs.python.org/howto/unicode.html#unicode-filenames + # https://developer.apple.com/library/mac/#qa/qa2001/qa1235.html # http://lists.zerezo.com/git/msg643117.html # http://unicode.org/reports/tr15/ section 1.2 if type(path) is str: diff --git a/code/client/munkilib/appleupdates.py b/code/client/munkilib/appleupdates.py index 103dfba1..4fb66c4a 100755 --- a/code/client/munkilib/appleupdates.py +++ b/code/client/munkilib/appleupdates.py @@ -1137,7 +1137,7 @@ class AppleUpdates(object): self._LeopardSetupSoftwareUpdateCheck() # switch to our local filtered sucatalog # Using the NSDefaults Argument Domain described here: - # http://developer.apple.com/library/mac/#documentation/ + # https://developer.apple.com/library/mac/#documentation/ # Cocoa/Conceptual/UserDefaults/Concepts/DefaultsDomains.html cmd = [softwareupdatecheck, '-CatalogURL', catalog_url] try: diff --git a/code/client/munkilib/munkicommon.py b/code/client/munkilib/munkicommon.py index 2bee7e52..2f936157 100755 --- a/code/client/munkilib/munkicommon.py +++ b/code/client/munkilib/munkicommon.py @@ -2551,8 +2551,8 @@ def listdir(path): # work for us, instead of decoding each item in the output list. # # references: - # http://docs.python.org/howto/unicode.html#unicode-filenames - # http://developer.apple.com/library/mac/#qa/qa2001/qa1235.html + # https://docs.python.org/howto/unicode.html#unicode-filenames + # https://developer.apple.com/library/mac/#qa/qa2001/qa1235.html # http://lists.zerezo.com/git/msg643117.html # http://unicode.org/reports/tr15/ section 1.2 if type(path) is str: diff --git a/code/client/munkilib/profiles.py b/code/client/munkilib/profiles.py index 1b50c718..03d62e8a 100644 --- a/code/client/munkilib/profiles.py +++ b/code/client/munkilib/profiles.py @@ -143,7 +143,7 @@ def read_signed_profile(profile_path): # -noverify -out Unsigned.mobileconfig # will strip the signing from a signed profile # this might be a better approach - # from: http://apple.stackexchange.com/questions/105981/ + # from: https://apple.stackexchange.com/questions/105981/ # how-do-i-view-or-verify-signed-mobileconfig-files-using-terminal # but... we're going to use an Apple-provided tool instead. diff --git a/code/tools/pkginfo_hash_updater.py b/code/tools/pkginfo_hash_updater.py index 6ba020fc..863a0181 100755 --- a/code/tools/pkginfo_hash_updater.py +++ b/code/tools/pkginfo_hash_updater.py @@ -27,7 +27,7 @@ your plists before running this script! Dependencies: - Linux: Python2.6 or higher, or 2.4/2.5 with python-plistlib manually - installed: http://docs.python.org/library/plistlib.html + installed: https://docs.python.org/library/plistlib.html - Mac OSX: Python2.4 or higher. Created on 2010-09-02.