Skip to content

Commit

Permalink
fixup docs
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Jan 3, 2025
1 parent 48e2dd4 commit faab314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* Service configurations that are mapped from
* <a href="https://docs.rs/opendal/latest/opendal/services/index.html>OpenDAL's services</a>.
* <a href="https://docs.rs/opendal/latest/opendal/services/index.html">OpenDAL's services</a>.
*/
@SuppressWarnings("unused") // intended to be used by users
public interface ServiceConfig {
Expand Down
2 changes: 1 addition & 1 deletion dev/src/generate/java.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import lombok.RequiredArgsConstructor;

/**
* Service configurations that are mapped from
* <a href="https://docs.rs/opendal/latest/opendal/services/index.html>OpenDAL's services</a>.
* <a href="https://docs.rs/opendal/latest/opendal/services/index.html">OpenDAL's services</a>.
*/
@SuppressWarnings("unused") // intended to be used by users
public interface ServiceConfig {
Expand Down

0 comments on commit faab314

Please sign in to comment.