Skip to content

Commit

Permalink
Fix broken link in doc/launching.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Dec 19, 2023
1 parent 02b01c5 commit fd44a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/launching.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This piece of documentation looks at how flor execution are launched from Ruby c

One can launch a flor execution from any SQL-able language by placing a well-formed `flor_messages` row within the database used by flor. See [below](#launching-manually).

Here is an example of execution "launching" taken from the [quickstart](../quickstart):
Here is an example of execution "launching":
```ruby
msg =
FLOR.launch(
Expand All @@ -18,7 +18,7 @@ msg =
wait: true)
```

In the quickstart, the flor instance is pointed at by a constant `FLOR` (like a project using [Sequel](https://sequel.jeremyevans.net) tends to point to its (usually) single database via the constant `DB`).
The flor instance is pointed at by a constant `FLOR` (like a project using [Sequel](https://sequel.jeremyevans.net) tends to point to its (usually) single database via the constant `DB`).

Here is another example of execution launching:
```ruby
Expand Down

0 comments on commit fd44a5a

Please sign in to comment.