Skip to content

Commit 8e7d6a0

Browse files
committed
Update README and initialization script to use correct GitHub repository URL
1 parent e5c4fa0 commit 8e7d6a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ urlFragment: azure-ai-document-processing-pipeline-python
2323

2424
# Azure AI Document Processing Pipeline using Python Durable Functions
2525

26-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/jamesmcroft/azure-ai-document-pipeline-python-sample?quickstart=1)
26+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure/ai-document-processing-pipeline?quickstart=1)
2727

2828
This project is a customizable template for building and deploying AI-powered document processing pipelines using Durable Functions orchestrations, incorporating Azure AI services and Azure OpenAI LLMs. It provides a variety of serverless Function activities for document classification and structured data extraction to make it easy to build reliable and accurate workflows to solve complex document processing challenges. If you're looking to automate document processing tasks with AI, this project is a great starting point.
2929

@@ -232,7 +232,7 @@ The repository contains a [devcontainer](./.devcontainer/README.md) that contain
232232

233233
### Setup on GitHub Codespaces
234234

235-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/jamesmcroft/azure-ai-document-pipeline-python-sample?quickstart=1)
235+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure/ai-document-processing-pipeline?quickstart=1)
236236

237237
> [!NOTE]
238238
> After the environment has loaded, you may need to run the following command in the terminal to install the necessary Python dependencies: `pip --disable-pip-version-check --no-cache-dir install --user -r src/AIDocumentPipeline/requirements.txt`

infra/scripts/Initialize-VM.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ wsl --update
3737
Write-Host "Downloading repository..."
3838
mkdir C:\src
3939
cd C:\src
40-
git clone https://github.com/jamesmcroft/azure-ai-document-pipeline-python-sample
41-
cd .\azure-ai-document-pipeline-python-sample\
40+
git clone https://github.com/Azure/ai-document-processing-pipeline
41+
cd .\ai-document-processing-pipeline\
4242

4343
Write-Host "Logging into the Azure CLI..."
4444
az login --tenant $TenantId

0 commit comments

Comments
 (0)