lib/rdf/raptor/ffi/v1/iostream_handler.rb in rdf-raptor-3.1.0 vs lib/rdf/raptor/ffi/v1/iostream_handler.rb in rdf-raptor-3.2.0
- old
+ new
@@ -1,7 +1,7 @@
module RDF::Raptor::FFI::V1
##
- # @see http://librdf.org/raptor/api-1.4/raptor-section-iostream.html
+ # @see https://librdf.org/raptor/api-1.4/raptor-section-iostream.html
class IOStreamHandler < ::FFI::Struct
include RDF::Raptor::FFI
layout :version, :int,
:init, :raptor_iostream_init_func,
:finish, :raptor_iostream_finish_func,