diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-08-31 20:25:36 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-08-31 20:25:36 +0000 |
| commit | febd92a7cf183d95e6f5a981afa10ea757d35eb4 (patch) | |
| tree | 6ac004a428f7ad4f93b1acdeaebde146d2ff6ae9 | |
| parent | add moq-one (diff) | |
| download | redirectly-febd92a7cf183d95e6f5a981afa10ea757d35eb4.tar.gz redirectly-febd92a7cf183d95e6f5a981afa10ea757d35eb4.zip | |
fix links to old 'research' part of site
| -rw-r--r-- | resources/config.edn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/config.edn b/resources/config.edn index 55932e2..af3864a 100644 --- a/resources/config.edn +++ b/resources/config.edn @@ -10,12 +10,12 @@ :aspect-ratios {:to [:mmm "/blog/aspect_ratios"]} :why-redirectly {:to [:mmm "/blog/why_redirectly"]} :moq-one {:to [:mmm "/blog/moq-one"]} - :realities {:to [:mmm "/research/realities"]} + :realities {:to [:mmm "/blog/realities"]} :watch-cad {:to "https://www.youtube.com/watch?v=zlG01j462A4"} - :alivecoding {:to [:mmm "/research/alivecoding"]} - :ba {:to [:mmm "/research/mmmfs"]} - "ba/pdf" {:to [:mmm "/research/mmmfs" ":application/pdf"]} - "ba/log" {:to [:mmm "/research/mmmfs/ba_log"]} + :alivecoding {:to [:mmm "/blog/alivecoding"]} + :ba {:to [:mmm "/blog/mmmfs"]} + "ba/pdf" {:to [:mmm "/blog/mmmfs" ":application/pdf"]} + "ba/log" {:to [:mmm "/blog/mmmfs/ba_log"]} "ba/ref/nms" {:to "https://netmarketshare.com/operating-system-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Desktop%2Flaptop%22%2C%22Mobile%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22platform%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22platformsDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222018-12%22%2C%22dateEnd%22%3A%222019-11%22%2C%22hiddenSeries%22%3A%7B%7D%2C%22tableOrder%22%3A%5B%5B2%2C%22desc%22%5D%5D%2C%22segments%22%3A%22-1000%22%7D"} ; projects |
