Skip to content

Commit

Permalink
Merge pull request #63 from SpringQL/docs/clickable-link
Browse files Browse the repository at this point in the history
docs: make links in comments clickable
  • Loading branch information
laysakura authored Jul 12, 2022
2 parents 5704f1b + 75b569d commit 97bcf59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions springql.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct SpringConfig *spring_config_default(void);
* # Parameters
*
* - `overwrite_config_toml`: TOML format configuration to overwrite default.
* See https://springql.github.io/deployment/configuration for TOML format and configuration values.
* See <https://springql.github.io/deployment/configuration> for TOML format and configuration values.
*
* # Panics
*
Expand Down Expand Up @@ -145,7 +145,7 @@ enum SpringErrno spring_command(const struct SpringPipeline *pipeline, const cha
*
* Do not call this function from threads.
* If you need to pop from multiple in-memory queues using threads, use `spring_pop_non_blocking()`.
* See: https://github.com/SpringQL/SpringQL/issues/125
* See: <https://github.com/SpringQL/SpringQL/issues/125>
*
* # Returns
*
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub extern "C" fn spring_config_default() -> *mut SpringConfig {
/// # Parameters
///
/// - `overwrite_config_toml`: TOML format configuration to overwrite default.
/// See https://springql.github.io/deployment/configuration for TOML format and configuration values.
/// See <https://springql.github.io/deployment/configuration> for TOML format and configuration values.
///
/// # Panics
///
Expand Down Expand Up @@ -157,7 +157,7 @@ pub unsafe extern "C" fn spring_command(
///
/// Do not call this function from threads.
/// If you need to pop from multiple in-memory queues using threads, use `spring_pop_non_blocking()`.
/// See: https://github.com/SpringQL/SpringQL/issues/125
/// See: <https://github.com/SpringQL/SpringQL/issues/125>
///
/// # Returns
///
Expand Down

0 comments on commit 97bcf59

Please sign in to comment.