Skip to content

Commit

Permalink
links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jalas167 committed Oct 26, 2023
1 parent d954af2 commit 1c01d99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/creators/python/guides/service-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This article explains how to use Service API to create service-based application

The services API assumes the user would like to treat provider nodes as something like service-hosting platforms, where each activity corresponds to a single instance of some service.

Theoretically, one can try using the [task-based model](/docs/creators//python/guides/task-model) to run services and the services model to run tasks as the models and their usage are not entirely disjoint. The reason why we decided to differentiate them is mostly for convenience and ease of use.
Theoretically, one can try using the [task-based model](/docs/creators/python/guides/task-model) to run services and the services model to run tasks as the models and their usage are not entirely disjoint. The reason why we decided to differentiate them is mostly for convenience and ease of use.

## The service model

Expand Down Expand Up @@ -164,5 +164,5 @@ This is all it takes to build a Requestor Agent for a rudimentary VM-based servi

{% alert level="info" %}

You can always reach out to us via our [Discord channel](https://chat.golem.network/) or consult the following resource for [troubleshooting](/docs/creators/troubleshooting/python).
You can always reach out to us via our [Discord channel](https://chat.golem.network/) or consult the following resource for [troubleshooting](/docs/troubleshooting/python).
{% /alert %}
2 changes: 1 addition & 1 deletion src/pages/docs/creators/python/guides/task-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ The **worker** function uses the `work generator pattern` explained [here](/docs

{% alert level="info" %}

You can always reach out to us via our [Discord channel](https://chat.golem.network/) or consult the following resource for [troubleshooting](/docs/creators/troubleshooting/python).
You can always reach out to us via our [Discord channel](https://chat.golem.network/) or consult the following resource for [troubleshooting](/docs/troubleshooting/python).
{% /alert %}
6 changes: 6 additions & 0 deletions src/pages/docs/troubleshooting/python/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Golem Python troubleshooting
pageTitle: Python troubleshooting
description: This is the troubleshooting section for Python Golem SDK.
type: troubleshooting
---

0 comments on commit 1c01d99

Please sign in to comment.