Skip to content

Commit cbd32a5

Browse files
szymondudyczManul from Pathway
authored andcommitted
Fix relative links to assets in llm-app (#9439)
GitOrigin-RevId: 9181c0ea131577b7664d2a46dd161e669e03d7e1
1 parent df97907 commit cbd32a5

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

templates/adaptive_rag/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

templates/document_indexing/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

templates/multimodal_rag/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

templates/private_rag/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

templates/question_answering_rag/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

templates/slides_ai_search/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

templates/unstructured_to_sql_on_the_fly/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center" class="flex items-center gap-1 justify-center flex-wrap">
2-
<img src="../../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
2+
<img src="../../assets/gcp-logo.svg?raw=true" alt="GCP Logo" height="20" width="20">
33
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
4-
<img src="../../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
4+
<img src="../../assets/aws-fargate-logo.svg?raw=true" alt="AWS Logo" height="20" width="20">
55
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
6-
<img src="../../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
6+
<img src="../../assets/azure-logo.svg?raw=true" alt="Azure Logo" height="20" width="20">
77
<a href="https://pathway.com/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
8-
<img src="../../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
8+
<img src="../../assets/render.png?raw=true" alt="Render Logo" height="20" width="20">
99
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
1010
</p>
1111

0 commit comments

Comments
 (0)