aboutsummaryrefslogtreecommitdiffstats
path: root/src/_sbt
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2022-11-23 13:23:19 +0900
committerShohei YOSHIDA <syohex@gmail.com>2022-11-23 13:31:48 +0900
commit0b6e0648504382f68dbfc547bd4392a3d85e8513 (patch)
tree0c04dc7715284836a8364c4fe2a3b100d0e9ec3b /src/_sbt
parentMerge pull request #945 from zsh-users/update-conan (diff)
downloadzsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.gz
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.bz2
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.lz
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.xz
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.zst
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.zip
Update links
Diffstat (limited to 'src/_sbt')
-rw-r--r--src/_sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_sbt b/src/_sbt
index f2de6e9..ff9e3dd 100644
--- a/src/_sbt
+++ b/src/_sbt
@@ -1,6 +1,6 @@
#compdef sbt
# ------------------------------------------------------------------------------
-# Copyright (c) 2013 Github zsh-users - http://github.com/zsh-users
+# Copyright (c) 2013 Github zsh-users - https://github.com/zsh-users
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for sbt 0.12+ (http://scala-sbt.org).
+# Completion script for sbt 0.12+ (https://www.scala-sbt.org).
#
# ------------------------------------------------------------------------------
# Authors