chore(domains): deprecate speckle.xyz for app.speckle.systems (#119)

This commit is contained in:
Iain Sproat
2024-07-18 16:20:50 +01:00
committed by GitHub
parent 725a9823ea
commit 1446e6f665
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>