Skip to content

Commit b98a015

Browse files
nickldpChris Cho
and
Chris Cho
authoredJul 13, 2023
DOCSP-30836-URI-error (mongodb#107)
* DOCSP-30836-URI-error * Update source/includes/quick-start/Program.cs Co-authored-by: Chris Cho <[email protected]> --------- Co-authored-by: Chris Cho <[email protected]>
1 parent bd0a25a commit b98a015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/includes/quick-start/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var connectionString = Environment.GetEnvironmentVariable("MONGODB_URI");
55
if (connectionString == null)
66
{
7-
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");
7+
Console.WriteLine("You must set your 'MONGODB_URI' environment variable. To learn how to set it, see https://www.mongodb.com/docs/drivers/csharp/current/quick-start/#set-your-connection-string");
88
Environment.Exit(0);
99
}
1010

0 commit comments

Comments
 (0)
Please sign in to comment.