Skip to content

Commit 05ccf26

Browse files
committed
update URLs to use https instead of http
1 parent c27980b commit 05ccf26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
124124
Public License for more details.
125125

126126
You should have received a copy of the GNU General Public License along
127-
with this program. If not, see <http://www.gnu.org/licenses/>.
127+
with this program. If not, see <https://www.gnu.org/licenses/>.

autoload/ledger.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function! s:quickfix_toggle(...)
458458
nnoremap <silent> <buffer> <tab> <c-w><c-w>
459459
execute 'nnoremap <silent> <buffer> q :' l:list.'close<CR>'
460460
" Note that the following settings do not persist (e.g., when you close and re-open the quickfix window).
461-
" See: http://superuser.com/questions/356912/how-do-i-change-the-quickix-title-status-bar-in-vim
461+
" See: https://superuser.com/questions/356912/how-do-i-change-the-quickix-title-status-bar-in-vim
462462
if g:ledger_qf_hide_file
463463
setl conceallevel=2
464464
setl concealcursor=nc
@@ -501,7 +501,7 @@ endf
501501
function! ledger#autocomplete_and_align()
502502
if pumvisible()
503503
return "\<c-n>"
504-
" See http://stackoverflow.com/questions/23323747/vim-vimscript-get-exact-character-under-the-cursor
504+
" See https://stackoverflow.com/questions/23323747/vim-vimscript-get-exact-character-under-the-cursor
505505
elseif matchstr(getline('.'), '\%' . (col('.')-1) . 'c.') =~ '\d'
506506
norm h
507507
call ledger#align_amount_at_cursor()

doc/ledger.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
391391
Public License for more details.
392392

393393
You should have received a copy of the GNU General Public License along
394-
with this program. If not, see <http://www.gnu.org/licenses/>.
394+
with this program. If not, see <https://www.gnu.org/licenses/>.
395395

396396

397397
vim:ts=8 sw=8 noexpandtab tw=78 ft=help:

0 commit comments

Comments
 (0)