Skip to content
  • Philip Withnall's avatar
    gio: Fix docs links to description of I/O priority · 7feeafd9
    Philip Withnall authored
    
    
    There are a lot of links to the description of I/O priority in the GIO
    docs, and they’re all currently broken since the docs build was ported
    to gi-docgen.
    
    Use a simple find and replace (see below) to fix them. This doesn’t port
    any of the surrounding docs to gi-docgen format, but should still
    improve things overall.
    ```sh
    git search-replace --fix '\[I/O priority\]\[io-priority\]///[I/O priority](iface.AsyncResult.html#io-priority)'
    ```
    
    Signed-off-by: default avatarPhilip Withnall <pwithnall@gnome.org>
    
    Helps: #3250
    7feeafd9