mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge #1896
1896: Remove email address from the message at the launch r=irevoire a=curquiza I suggest removing this email address from the message at the launch since it can encourage people to think this is an email address for support. Is it something we want `@meilisearch/devrel-team` since we mostly redirect them to the forum or the slack? Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
37548eb720
1 changed files with 1 additions and 1 deletions
|
@ -144,6 +144,6 @@ Anonymous telemetry:\t\"Enabled\""
|
|||
eprintln!();
|
||||
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!("Contact:\t\thttps://docs.meilisearch.com/resources/contact.html");
|
||||
eprintln!();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue