diff --git a/eng/pipelines/swagger-apiview.yml b/eng/pipelines/swagger-apiview.yml index 55cdc9b7d0cf..d1aa2ef0e9c9 100644 --- a/eng/pipelines/swagger-apiview.yml +++ b/eng/pipelines/swagger-apiview.yml @@ -10,7 +10,7 @@ parameters: default: 'swaggerAPIViewArtifacts' - name: APIViewAPIUri type: string - default: 'https://apiview.org/api/PullRequests/CreateAPIRevisionIfAPIHasChanges' + default: 'https://apiview.dev/api/PullRequests/CreateAPIRevisionIfAPIHasChanges' pr: branches: diff --git a/eng/pipelines/typespec-apiview.yml b/eng/pipelines/typespec-apiview.yml index 44a59956a723..f7333bd0e411 100644 --- a/eng/pipelines/typespec-apiview.yml +++ b/eng/pipelines/typespec-apiview.yml @@ -7,7 +7,7 @@ parameters: default: 'typeSpecAPIViewArtifacts' - name: APIViewAPIUri type: string - default: 'https://apiview.org/api/PullRequests/CreateAPIRevisionIfAPIHasChanges' + default: 'https://apiview.dev/api/PullRequests/CreateAPIRevisionIfAPIHasChanges' # Please use 'https://apiviewstagingtest.com/PullRequest/DetectAPIChanges' for testing purposes jobs: diff --git a/specification/quantum/Quantum.Workspace/eng/build.ps1 b/specification/quantum/Quantum.Workspace/eng/build.ps1 index 31e79cfc9e2c..fa660d4496e6 100644 --- a/specification/quantum/Quantum.Workspace/eng/build.ps1 +++ b/specification/quantum/Quantum.Workspace/eng/build.ps1 @@ -128,7 +128,7 @@ Copying examples from $source to $newVersionExamples npx tsp compile . --pretty --debug --emit=@azure-tools/typespec-apiview --output-dir (Join-Path $logDirectory "../api-view/") } - # copy to swagger folder to easy upload to https://apiview.org/ + # copy to swagger folder to easy upload to https://apiview.dev/ New-Item -ItemType Directory -Force -Path (Join-Path $outputDirectory "./swagger/") *> $null Copy-Item $newSwaggerFile (Join-Path $outputDirectory "./swagger/quantum.swagger") -Force *> $null