doc: move spa/foo.md to spa-foo.md

Flatten the hierarchy a bit to make it easier to handle.
This commit is contained in:
Peter Hutterer 2021-05-25 11:19:17 +10:00 committed by Wim Taymans
parent 5e5b9e3050
commit f8243f3cc1
10 changed files with 13 additions and 13 deletions

View file

@ -85,7 +85,7 @@ This triggers the `sync` method on the core object with id
Because this is a method on a proxy object, it will be executed
asynchronously and the returns value will reflect this. PipeWire
uses the return values of the underlying SPA (Simple Plugin API)
helper objects (See also [error codes](spa/design.md#error-codes)).
helper objects (See also [error codes](spa-design.md#error-codes)).
Because all messages on the PipeWire server are handled sequentially,
the sync method will be executed after all previous methods are