📝 Fix broken json-schema.org link

This commit is contained in:
Lee Dohm
2015-02-01 10:07:46 -08:00
parent 959aa08d62
commit 23b8b15261

View File

@@ -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