File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ This is a complete implementation of the following IETF standards:
4949The only feature that not is implemented in this release is
5050the "netascii" transfer mode.
5151
52- The [start/ ](`start/3`) function starts a daemon process which, listens
52+ The [start](`start/1`) function starts a daemon process which, listens
5353for UDP packets on a port. When it receives a request for read or
5454write it spawns a temporary server process which handles the actual
5555transfer of the file. On the client side the
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ current_datetime = System.os_time() |> DateTime.from_unix!(:native)
151151config = [
152152 proglang: :erlang ,
153153 source_url_pattern: source_url_pattern ,
154- assets: Path . join ( cwd , "/assets" ) ,
154+ assets: % { Path . join ( cwd , "/assets" ) => "assets" } ,
155155 logo: Path . join ( :code . root_dir ( ) , "system/doc/assets/erlang-logo.png" ) ,
156156 before_closing_head_tag: fn _ -> "<style>.dark img { background-color: white; }</style>" end ,
157157 before_closing_footer_tag: fn _ ->
You can’t perform that action at this time.
0 commit comments