📝 Fix broken json-schema.org link

Esse commit está contido em:
Lee Dohm
2015-02-01 10:07:46 -08:00
commit 23b8b15261
+1 -1
Ver Arquivo
@@ -83,7 +83,7 @@ ScopeDescriptor = require './scope-descriptor'
#
# ## Config Schemas
#
# We use [json schema](json-schema.org) which allows you to define your value's
# We use [json schema](http://json-schema.org) which allows you to define your value's
# default, the type it should be, etc. A simple example:
#
# ```coffee