Merge pull request #121 from specklesystems/dev

chore(domains): deprecate speckle.xyz for app.speckle.systems (#119)
This commit is contained in:
Jedd Morgan
2024-08-08 14:27:19 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ namespace Speckle.ConnectorUnity.Tests
{
private static IEnumerable<string> TestCases()
{
yield return @"https://latest.speckle.dev/streams/c1faab5c62/commits/704984e22d";
yield return @"https://latest.speckle.systems/streams/c1faab5c62/commits/704984e22d";
}
private static Base Receive(string stream)
@@ -804,9 +804,9 @@
Uri localIdentifier = GetLocalIdentifier();
Console.WriteLine(localIdentifier);
</code>
For a fictional `User ID: 123` and `Server: https://speckle.xyz`, the output might look like this:
For a fictional `User ID: 123` and `Server: https://app.speckle.systems`, the output might look like this:
<code>
https://speckle.xyz?id=123
https://app.speckle.systems?id=123
</code>
</example>
</member>