Skip to content

Commit

Permalink
DOCSP-30836-URI-error
Browse files Browse the repository at this point in the history
(cherry picked from commit c68e395)
  • Loading branch information
nickldp committed Jul 13, 2023
1 parent f670750 commit 0e2ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/quick-start/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var connectionString = Environment.GetEnvironmentVariable("MONGODB_URI");
if (connectionString == null)
{
Console.WriteLine("You must set your 'MONGODB_URI' environmental variable. See\n\t https://www.mongodb.com/docs/drivers/go/current/usage-examples/#environment-variable");
Console.WriteLine("You must set your 'MONGODB_URI' environmental variable. See\n\t https://www.mongodb.com/docs/drivers/csharp/current/quick-start/#set-your-connection-string");
Environment.Exit(0);
}

Expand Down

0 comments on commit 0e2ca3d

Please sign in to comment.