Skip to content

Commit 3f2487d

Browse files
committed
Fix ex_doc warnings
1 parent 90f8e6b commit 3f2487d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/tftp/src/tftp.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This is a complete implementation of the following IETF standards:
4949
The only feature that not is implemented in this release is
5050
the "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
5353
for UDP packets on a port. When it receives a request for read or
5454
write it spawns a temporary server process which handles the actual
5555
transfer of the file. On the client side the

make/ex_doc.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ current_datetime = System.os_time() |> DateTime.from_unix!(:native)
151151
config = [
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 _ ->

0 commit comments

Comments
 (0)