You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/12/01 12:18:16 UTC

[whimsy] branch master updated: Use .md consistently

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new fad4dc9  Use .md consistently
fad4dc9 is described below

commit fad4dc9df1beaeb9c475bfa1394b27b8fcc466ac
Author: Sebb <se...@apache.org>
AuthorDate: Sun Dec 1 12:17:49 2019 +0000

    Use .md consistently
---
 SETUPMYMAC.MD => SETUPMYMAC.md | 0
 config/setupmymac              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/SETUPMYMAC.MD b/SETUPMYMAC.md
similarity index 100%
rename from SETUPMYMAC.MD
rename to SETUPMYMAC.md
diff --git a/config/setupmymac b/config/setupmymac
index e3197c2..078ae2d 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -7,7 +7,7 @@ require 'etc'
 #
 # Sets up a macOS machine for whimsy development.  Pass --help as an
 # option to get a description of the arguments.  See
-# https://github.com/apache/whimsy/blob/master/SETUPMYMAC.MD#readme
+# https://github.com/apache/whimsy/blob/master/SETUPMYMAC.md#readme
 # for a more complete description.
 #
 #########################################################################