Skip to content

Commit

Permalink
Update doc link for libyt kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
cindytsai committed Aug 26, 2024
1 parent 0263539 commit a6ebb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libyt_kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ nl::json LibytKernel::kernel_info_request_impl() {
// helper
libyt_kernel_info["help_links"] = nl::json::array();
libyt_kernel_info["help_links"][0] =
nl::json::object({{"text", "libyt Kernel Documents"}, {"url", "https://yt-project.github.io/libyt/"}});
nl::json::object({{"text", "libyt Kernel Documents"}, {"url", "https://libyt.readthedocs.io/en/latest/"}});

// status
libyt_kernel_info["status"] = "ok";
Expand Down

0 comments on commit a6ebb39

Please sign in to comment.