lib/rdf/raptor/ffi/v2/uri.rb in rdf-raptor-3.1.0 vs lib/rdf/raptor/ffi/v2/uri.rb in rdf-raptor-3.2.0
- old
+ new
@@ -2,10 +2,10 @@
##
# Raptor has a `raptor_uri` class which must be used for manipulating and
# passing URI references. The default internal implementation uses `char*`
# strings for URIs, manipulating them and constructing them.
#
- # @see http://librdf.org/raptor/api-1.4/raptor-section-uri.html
+ # @see https://librdf.org/raptor/api-1.4/raptor-section-uri.html
class URI < ::FFI::ManagedStruct
include RDF::Raptor::FFI
include RDF::Resource
layout :string, [:char, 1] # a safe dummy layout, since it is \0-terminated