Skip to content

Commit 82e12be

Browse files
authored
update link to job.nu file (#897)
1 parent 2141d74 commit 82e12be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/background_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here we provide a [nushell module](https://github.com/nushell/nu_scripts/tree/ma
1515
Here is a setup example to make nushell "support" background task:
1616
1. install pueue
1717
2. run `pueued` with default config, you can refer to [start-the-daemon page](https://github.com/Nukesor/pueue/wiki/Get-started#start-the-daemon) for more information.
18-
3. put the [job.nu](https://github.com/nushell/nu_scripts/blob/main/background_task/job.nu) file under `$env.NU_LIB_DIRS`.
18+
3. put the [job.nu](https://github.com/nushell/nu_scripts/blob/main/modules/background_task/job.nu) file under `$env.NU_LIB_DIRS`.
1919
4. add a line to the `$nu.config-path` file: `use job.nu`
2020
5. restart nu.
2121

0 commit comments

Comments
 (0)