mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Change http into https in welcoming message links
This commit is contained in:
parent
2ae05d9fd1
commit
f6c531a5a8
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ pub fn print_launch_resume(opt: &Opt, data: &Data) {
|
|||
}
|
||||
|
||||
eprintln!();
|
||||
eprintln!("Documentation:\t\thttp://docs.meilisearch.com");
|
||||
eprintln!("Source code:\t\thttp://github.com/meilisearch/meilisearch");
|
||||
eprintln!("Documentation:\t\thttps://docs.meilisearch.com");
|
||||
eprintln!("Source code:\t\thttps://github.com/meilisearch/meilisearch");
|
||||
eprintln!("Contact:\t\thttps://docs.meilisearch.com/resources/contact.html or bonjour@meilisearch.com");
|
||||
eprintln!();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue