Skip to content

Commit

Permalink
fix: update links to use / instead of .html
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 21, 2024
1 parent 73d89a6 commit 2f74b67
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/posts/2024/june/17.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Bigfoot trip to Gravesend Cycle park for 3 hours of advanced cycle training. Act
- slalom: last rider weaves in between all riders in front, first solo and then as triple groups
- pacing: outer line of riders drop back whist inner line of riders take brief turns at front before joining outer line at front. Last rider in outer line joins inner line after call from last rider

Video editing of the footage taken by the front mounted camera on my bicycle done using [Blender video editing tool](https://docs.blender.org/manual/en/latest/video_editing/introduction.html).
Video editing of the footage taken by the front mounted camera on my bicycle done using [Blender video editing tool](https://docs.blender.org/manual/en/latest/video_editing/introduction/).

[Inkscape](https://inkscape.org/) drawing tool was used to create section screens for the video, e.g. introduction slide and a slide for each activity. Inkscape slides are SVG images, exported to PNG images for use with Blender video editing.

Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2024/may/13.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The [Neovim roadmap](https://neovim.io/roadmap/) gives an overview of the major
- vim.iter
- vim.lpeg, vim.re, vim.glob, vim.base64

[Neovim 0.10.0 Changelog](https://neovim.io/doc/user/news-0.10.html) covers all breaking changes, new & changed features and deprecations.
[Neovim 0.10.0 Changelog](https://neovim.io/doc/user/news-0.10/) covers all breaking changes, new & changed features and deprecations.

I am unclear if there are any major features I will notice. I am sure I will benefit from the large number of small improvements, even if I do not experience them directly.

Expand Down
6 changes: 3 additions & 3 deletions docs/posts/clojurists-together/2020-July-01-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Content developed for Practicalli Clojure and Practicalli Clojure Webapps books.
## Practicalli Clojure
Created several guides for new and existent projects, using CircleCI as a continuous integration service. Kaocha is also used to run generative tests as well as unit tests.

Created [an introduction to CircleCI as a continuous integration service](http://practical.li/clojure/testing/integration-testing/circle-ci/random-clojure-function.html) and identified and documented recommended docker images to use for Clojure deps.edn and Leinigen projects. The CircleCI examples are a little dated and includes only Leinginen project examples.
Created [an introduction to CircleCI as a continuous integration service](http://practical.li/clojure/testing/integration-testing/circle-ci/random-clojure-function/) and identified and documented recommended docker images to use for Clojure deps.edn and Leinigen projects. The CircleCI examples are a little dated and includes only Leinginen project examples.

**Random Clojure Function project**.
Created a guide to develop a project that [generates a random function](http://practical.li/clojure/simple-projects/random-clojure-function.html) from the namepaces available in the REPL or the functions from specified namespaces.
Created a guide to develop a project that [generates a random function](http://practical.li/clojure/simple-projects/random-clojure-function/) from the namepaces available in the REPL or the functions from specified namespaces.

Using the [random Clojure function project](http://practical.li/clojure/simple-projects/random-clojure-function.html), created a [guide to develop a project with the help of CircleCI](http://practical.li/clojure/testing/integration-testing/circle-ci/random-clojure-function.html) as the continuous integration service.
Using the [random Clojure function project](http://practical.li/clojure/simple-projects/random-clojure-function/), created a [guide to develop a project with the help of CircleCI](http://practical.li/clojure/testing/integration-testing/circle-ci/random-clojure-function/) as the continuous integration service.


**Banking on Clojure**
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/clojurists-together/2020-July-16-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Created Banking on Clojure WebApp content for the live broadcasts and book. The


## Practicalli Clojure
Configure REPL startup using `dev/user.clj` file and `:dev` alias in practicalli/clojure-cli-config configuration. Added examples of [requiring namespaces and starting component lifecycle services at REPL starup](http://practical.li/clojure/clojure-tools/configure-repl-startup.html) added to Practicalli Clojure book.
Configure REPL startup using `dev/user.clj` file and `:dev` alias in practicalli/clojure-cli-config configuration. Added examples of [requiring namespaces and starting component lifecycle services at REPL starup](http://practical.li/clojure/clojure-tools/configure-repl-startup/) added to Practicalli Clojure book.

Add section on [data browser tools](https://practical.li/clojure/data-inspector/), extending REBL and Clojure Inspector with new projects Reveal and Portal.

Expand Down
2 changes: 1 addition & 1 deletion docs/posts/clojurists-together/2020-May-16-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Supported the community with issues on Spacemacs gitter and #spacemacs channel o

## Practicalli Clojure WebApps

Add the [high level plan to extend the book contents](http://practical.li/clojure-web-services/content-plan.html) to the Clojure WebApps book, along with project ideas to implement.
Add the [high level plan to extend the book contents](http://practical.li/clojure-web-services/content-plan/) to the Clojure WebApps book, along with project ideas to implement.

Updated the cover of the book to use the new Practicalli ClojureWebApps book banner

Expand Down
6 changes: 3 additions & 3 deletions docs/posts/clojurists-together/2020-November-01-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Add [SpaceVim](https://spacevim.org/) to Clojure Editors in book now the Clojure
Launch Portal data navigator with any REPL using `:env/dev` and `:inspect/portal-cli` aliases. The REPL automatically evaluates the `dev/user.clj` source code file to require portal, open the portal window and add portal as a `tap>` source

+**New sections**
* [Exercism.io bob challenge](http://practical.li/clojure/coding-challenges/exercism/bob.html) - walking through two alternative solutions
* [SpaceVim and vim-fireplace install guide](http://practical.li/clojure/clojure-editors/editor-install-guides/spacevim-fireplace.html) - including clj-kondo
* [SpaceVim and vim-fireplace user guide](http://practical.li/clojure/clojure-editors/editor-user-guides/spacevim-fireplace.html) - a quick guide to get started.
* [Exercism.io bob challenge](http://practical.li/clojure/coding-challenges/exercism/bob/) - walking through two alternative solutions
* [SpaceVim and vim-fireplace install guide](http://practical.li/clojure/clojure-editors/editor-install-guides/spacevim-fireplace/) - including clj-kondo
* [SpaceVim and vim-fireplace user guide](http://practical.li/clojure/clojure-editors/editor-user-guides/spacevim-fireplace/) - a quick guide to get started.

**Updated**
* [Portal - auto-start portal on REPL startup](https://practical.li/clojure/data-inspector/portal/#open-portal-on-repl-startup)
Expand Down
14 changes: 7 additions & 7 deletions docs/posts/clojurists-together/2020-October-16-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Getting back to some important basics of Clojure, walking through several Exerci
Reviewed the Introduction and Getting Started sections, improving the flow and providing a solid introduction to Clojure.

New sections
* [Using Clojure CLI tools - common tasks](http://practical.li/clojure/clojure-tools/using-clojure-tools.html) - with accompanying broadcast
* [Community Tools](https://practical.li/clojure/clojure-tools/install/community-tools.html) providing a detailed guide to tools built on Clojure CLI.
* [Code Analysis](https://practical.li/clojure/clojure-tools/install/code-analysis.html) - install and configuring clj-kondo
* [Neovim and Conjure install guide](https://practical.li/clojure/clojure-editors/editor-install-guides/neovim-conjure.html)
* [Neovim and Conjure user guide](https://practical.li/clojure/clojure-editors/editor-user-guides/neovim-conjure.html)
* [Using Clojure CLI tools - common tasks](http://practical.li/clojure/clojure-tools/using-clojure-tools/) - with accompanying broadcast
* [Community Tools](https://practical.li/clojure/clojure-tools/install/community-tools/) providing a detailed guide to tools built on Clojure CLI.
* [Code Analysis](https://practical.li/clojure/clojure-tools/install/code-analysis/) - install and configuring clj-kondo
* [Neovim and Conjure install guide](https://practical.li/clojure/clojure-editors/editor-install-guides/neovim-conjure/)
* [Neovim and Conjure user guide](https://practical.li/clojure/clojure-editors/editor-user-guides/neovim-conjure/)

Updated [Clojure CLI tools version used with CircleCI](http://practical.li/clojure/testing/integration-testing/circle-ci/) and updating scripts to use -M flag with aliases.

Expand All @@ -52,8 +52,8 @@ New content:
* [Running specific test groups with test selectors](https://practical.li/spacemacs/testing/unit-testing/running-tests/#using-test-selectors-to-run-specific-tests)

Updated content:
* [Line numbers - visual, relative and absolute styles](https://practical.li/spacemacs/install-spacemacs/line-numbers.html)
* [Repeating searches and scrolling through search pattern history](https://practical.li/spacemacs/spacemacs-basics/working-with-projects/searching-projects.html)
* [Line numbers - visual, relative and absolute styles](https://practical.li/spacemacs/install-spacemacs/line-numbers/)
* [Repeating searches and scrolling through search pattern history](https://practical.li/spacemacs/spacemacs-basics/working-with-projects/searching-projects/)

### Cider issue
Investigated bug with Emacs Cider and the new Clojure CLI tools `-M` alias flag. Cider modeled Clojure CLI tools support on the approach for Leinigen and this resulted in the -A alias flag occurring out of position. The clojure command does work this way, only since the `-M` flag has been introduced that the issue became visible. The fix organises the arguments in the correct position
Expand Down
12 changes: 6 additions & 6 deletions docs/posts/clojurists-together/2020-September-01-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Next steps will be to use Clojure spec for generative testing with the database,
## Practicalli WebApps
Updated sections on [H2 Database](https://practical.li/clojure-web-services/relational-databases-and-sql/h2-database/) and Banking on Clojure

- [Design and Create Database Tables](https://practical.li/clojure-web-services/projects/banking-on-clojure/database-tables.html)
- [Defining Database Queries - different approaches](https://practical.li/clojure-web-services/projects/banking-on-clojure/database-queries.html)
- [Create database records](https://practical.li/clojure-web-services/projects/banking-on-clojure/create-records.html)
- [Read Database Records](https://practical.li/clojure-web-services/projects/banking-on-clojure/read-records.html)
- [Update Records in the database](https://practical.li/clojure-web-services/projects/banking-on-clojure/update-records.html)
- [Delete Records in the database](https://practical.li/clojure-web-services/projects/banking-on-clojure/delete-records.html)
- [Design and Create Database Tables](https://practical.li/clojure-web-services/projects/banking-on-clojure/database-tables/)
- [Defining Database Queries - different approaches](https://practical.li/clojure-web-services/projects/banking-on-clojure/database-queries/)
- [Create database records](https://practical.li/clojure-web-services/projects/banking-on-clojure/create-records/)
- [Read Database Records](https://practical.li/clojure-web-services/projects/banking-on-clojure/read-records/)
- [Update Records in the database](https://practical.li/clojure-web-services/projects/banking-on-clojure/update-records/)
- [Delete Records in the database](https://practical.li/clojure-web-services/projects/banking-on-clojure/delete-records/)


## Practicalli Clojure
Expand Down
2 changes: 1 addition & 1 deletion docs/practicalli-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Early versions of the Practicalli books evolved from the lessons learned during

[Hack The Tower (Hack Together London)](https://hacktogetherldn.github.io/){target=_blank .md-button}

[Article: Hack The Tower 2013](https://jr0cket.co.uk/2013/02/hack-tower-february-2013.html){target=_blank .md-button}
[Article: Hack The Tower 2013](https://jr0cket.co.uk/2013/02/hack-tower-february-2013/){target=_blank .md-button}


## ClojureBridge London
Expand Down

0 comments on commit 2f74b67

Please sign in to comment.