Fixing broken links in README.

This commit is contained in:
Derek Taylor 2021-04-16 12:36:37 -05:00
parent 0b554b27d3
commit 4ca446e34a
2 changed files with 4 additions and 4 deletions

View File

@ -442,7 +442,7 @@ Org-tempo is a package that allows for '<s' followed by TAB to expand to a begin
#+begin_src emacs-lisp
(use-package org-tempo
:ensure nil)
:ensure nil) ;; tell use-package not to try to install org-tempo since it's already there.
#+end_src
** Source Code Block Syntax Highlighting

View File

@ -69,8 +69,8 @@ I am Derek Taylor (DT), the creator of the DistroTube channel (also DT) on [[htt
There are a hundred ways to manage your dotfiles. Personally, I use the *git bare repository method* for managing my dotfiles. Here is an article about this method of managing your dotfiles: [[https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/][https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/]]
Other articles discussing dotfile management are listed below:
- [[https://www.distrotube.com/blog/rcm-guide/][Managing dotfiles with style with rcm]]
- [[https://www.distrotube.com/blog/interactive-dotfiles-management-with-dotbare/][Interactive dotfile management with dotbare]]
- [[https://distrotube.com/guest-articles/managing-dotfiles-with-rcm.html][Managing dotfiles with style with rcm]] (Ronnie Nissan)
- [[https://distrotube.com/guest-articles/interactive-dotfile-management-dotbare.html][Interactive dotfile management with dotbare]] (Kevin Zhuang)
* License
The files and scripts in this repository are licensed under the MIT License, which is a very permissive license allowing you to use, modify, copy, distribute, sell, give away, etc. the software. In other words, do what you want with it. The only requirement with the MIT License is that the license and copyright notice must be provided with the software.