@@ -21,7 +21,7 @@ to a child for processing/analysis. Questions can be:
2121 or custom logic in your own webserver.
2222
2323Questions are always asked to a _ revision_ of a service. You can ask a
24- service a question if you have its [ SRUID] ( ../ services/#service-names) , project ID, and the necessary permissions.
24+ service a question if you have its [ SRUID] ( services.md /#service-names ) , project ID, and the necessary permissions.
2525
2626## Asking a question
2727
@@ -49,7 +49,7 @@ answer["output_manifest"]["my_dataset"].files
4949
5050 If you're using an environment other than the `main` environment, then before asking any questions to your Twined
5151 services, set the `TWINED_SERVICES_TOPIC_NAME` environment variable to the name of the Twined services Pub/Sub topic
52- (this is set when [deploying a service network](../ deploying_services/#deploying-services-advanced-developers-guide ).
52+ (this is set when [deploying a service network](deploying_services.md ).
5353 It will be in the form `<environment-name>.octue.twined.services`
5454
5555!!! note
@@ -242,10 +242,10 @@ at once instead of one after another.
242242## Asking a question within a service
243243
244244If you have
245- [ created your own Twined service] ( ../ creating_services) and want to ask children questions, you can do this more
245+ [ created your own Twined service] ( creating_services.md ) and want to ask children questions, you can do this more
246246easily than above. Children are accessible from the ` analysis ` object by
247247the keys you give them in the
248- [ service configuration] ( ../ creating_services/#octueyaml) file. For example, you can ask an ` elevation ` service a
248+ [ service configuration] ( creating_services.md /#octueyaml ) file. For example, you can ask an ` elevation ` service a
249249question like this:
250250
251251``` python
@@ -314,7 +314,7 @@ you want it to use (dynamic children) to the
314314children will instead go to the dynamic children. Note that:
315315
316316- You must provide the children in the same format as they're provided
317- in the [ service configuration] ( ../../ core_concepts/creating_services/#octueyaml )
317+ in the [ service configuration] ( ../core_concepts/creating_services.md /#octueyaml )
318318- If you override one static child, you must override others, too
319319- The dynamic children must have the same keys as the static children
320320 (so the child knows which service to ask which questions)
0 commit comments