Skip to content

Commit c644f4b

Browse files
committed
Fix links
1 parent 7ba9d88 commit c644f4b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ task :test do
1919
%r{https://hedgedoc.org/*},
2020
%r{https://docs.hedgedoc.org/*},
2121
%r{https://www.reddit.com/*}],
22+
%r{https://stackoverflow.com/*}],
2223
:url_swap => { %r{https://www.markdownguide.org} => '' },
2324
:typhoeus => {
2425
:ssl_verifypeer => false,

_tools/airsend.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ syntax:
6363
available: n
6464
- id: html
6565
available: n
66-
see-also:
67-
- name: AirSend Markdown Cheatsheet
68-
link: https://www.airsend.io/blog/index.php/2020/02/19/how-to-format-a-message-using-markdown-language/
6966
---
7067

7168
[AirSend](https://www.airsend.io/) is a collaboration application that's great for keeping track of notes, formatting documents, and publishing status reports. This application allows users to see their notes and status reports in Markdown-formatted text. While typing your notes, other users can see the live preview on their screens. AirSend is available for macOS, iOS, Android, Windows, and Linux.

_tools/codimd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ syntax:
6262
- id: html
6363
available: y
6464
see-also:
65-
- name: CodiMD features
66-
link: https://codimd-app.herokuapp.com/features
65+
- name: CodiMD documentation
66+
link: https://hackmd.io/c/codimd-documentation/
6767
---
6868

6969
[CodiMD](https://github.com/hackmdio/codimd) is an open-source real-time collaborative Markdown editor. You can easily [deploy CodiMD with Docker following this tutorial](https://hackmd.io/s/codimd-docker-deployment). CodiMD supports CommonMark and other markup syntax, such as:

tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: tools
33
title: Tools
44
description: Applications and components that support Markdown.
5-
last_modified_at: 2024-10-01
5+
last_modified_at: 2025-06-19
66
---
77

88
<div class="row">

0 commit comments

Comments
 (0)