Skip to content

Commit

Permalink
fix links in example
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 17, 2024
1 parent fcecbe5 commit 0d25607
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/examples/guide/actions/actions03.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

TEXT = """
[b]Set your background[/b]
[@click=set_background('red')]Red[/]
[@click=set_background('green')]Green[/]
[@click=set_background('blue')]Blue[/]
[@click=app.set_background('red')]Red[/]
[@click=app.set_background('green')]Green[/]
[@click=app.set_background('blue')]Blue[/]
"""


Expand Down
6 changes: 3 additions & 3 deletions docs/examples/guide/actions/actions04.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

TEXT = """
[b]Set your background[/b]
[@click=set_background('red')]Red[/]
[@click=set_background('green')]Green[/]
[@click=set_background('blue')]Blue[/]
[@click=app.set_background('red')]Red[/]
[@click=app.set_background('green')]Green[/]
[@click=app.set_background('blue')]Blue[/]
"""


Expand Down
6 changes: 3 additions & 3 deletions docs/examples/guide/actions/actions05.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

TEXT = """
[b]Set your background[/b]
[@click=set_background('cyan')]Cyan[/]
[@click=set_background('magenta')]Magenta[/]
[@click=set_background('yellow')]Yellow[/]
[@click=app.set_background('cyan')]Cyan[/]
[@click=app.set_background('magenta')]Magenta[/]
[@click=app.set_background('yellow')]Yellow[/]
"""


Expand Down

0 comments on commit 0d25607

Please sign in to comment.