lib/json/ld/writer.rb in json-ld-3.2.0 vs lib/json/ld/writer.rb in json-ld-3.2.1
- old
+ new
@@ -69,10 +69,10 @@
# @return [Context] context used to load and administer contexts
attr_reader :context
##
# JSON-LD Writer options
- # @see http://www.rubydoc.info/github/ruby-rdf/rdf/RDF/Writer#options-class_method
+ # @see https://ruby-rdf.github.io/rdf/RDF/Writer#options-class_method
def self.options
super + [
RDF::CLI::Option.new(
symbol: :compactArrays,
datatype: TrueClass,