Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Jun 16, 2021
1 parent a5b2ea9 commit 781370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/basic_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ set_localdir!(job, pwd()); #hide
try #hide
submit(job)
catch #hide
global job = DFJob("/home/ponet/.julia/dev/DFControl/docs/src/assets/job/");#hide
global job = DFJob(joinpath(@__DIR__, "../assets/job/"));#hide
end #hide

# We can access the bands through
Expand Down

0 comments on commit 781370e

Please sign in to comment.