mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Upgrade legacy HTTP URLs in docs to HTTPS URLs
This commit is contained in:
parent
2ec9e98601
commit
b4ab0746e1
@ -50,7 +50,7 @@ mkdir -p ~/.config/fish/completions; and cp ~/.asdf/completions/asdf.fish ~/.con
|
||||
Plugins are how asdf understands how to handle different packages. Below is a list of plugins for languages. There is a [super-simple API](https://github.com/asdf-vm/asdf/blob/master/docs/creating-plugins.md) for supporting more languages.
|
||||
|
||||
| Language | Repository | CI Status
|
||||
|-----------|-------------|----------
|
||||
|-----------|-------------|----------
|
||||
| Clojure | [vic/asdf-clojure](https://github.com/vic/asdf-clojure) | [![Build Status](https://travis-ci.org/vic/asdf-clojure.svg?branch=master)](https://travis-ci.org/vic/asdf-clojure)
|
||||
| Crystal | [marciogm/asdf-crystal](https://github.com/marciogm/asdf-crystal) | [![Build Status](https://travis-ci.org/marciogm/asdf-crystal.svg?branch=master)](https://travis-ci.org/marciogm/asdf-crystal)
|
||||
| D (DMD) | [sylph01/asdf-dmd](https://github.com/sylph01/asdf-dmd) | [![Build Status](https://travis-ci.org/sylph01/asdf-dmd.svg?branch=master)](https://travis-ci.org/sylph01/asdf-dmd)
|
||||
@ -212,14 +212,14 @@ legacy_version_file = yes
|
||||
|
||||
## Credits
|
||||
|
||||
Me ([@HashNuke](http://github.com/HashNuke)), High-fever, cold, cough.
|
||||
Me ([@HashNuke](https://github.com/HashNuke)), High-fever, cold, cough.
|
||||
|
||||
Copyright 2014 to the end of time ([MIT License](https://github.com/asdf-vm/asdf/blob/master/LICENSE))
|
||||
|
||||
### Maintainers
|
||||
|
||||
- [@HashNuke](http://github.com/HashNuke)
|
||||
- [@tuvistavie](http://github.com/tuvistavie)
|
||||
- [@HashNuke](https://github.com/HashNuke)
|
||||
- [@tuvistavie](https://github.com/tuvistavie)
|
||||
- [@Stratus3D](https://github.com/Stratus3D)
|
||||
- [@vic](https://github.com/vic)
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
# Ballad of asdf
|
||||
|
||||
> Once upon a time there was a programming language
|
||||
There were many versions of it
|
||||
So people wrote a version manager for it
|
||||
To switch between versions for projects
|
||||
Different, old, new.
|
||||
> Once upon a time there was a programming language
|
||||
There were many versions of it
|
||||
So people wrote a version manager for it
|
||||
To switch between versions for projects
|
||||
Different, old, new.
|
||||
|
||||
> Then there came more programming languages
|
||||
So there came more version managers
|
||||
And many commands for them
|
||||
> Then there came more programming languages
|
||||
So there came more version managers
|
||||
And many commands for them
|
||||
|
||||
> I installed a lot of them
|
||||
I learnt a lot of commands
|
||||
I learnt a lot of commands
|
||||
|
||||
> Then I said, just one more version manager
|
||||
Which I will write instead
|
||||
> Then I said, just one more version manager
|
||||
Which I will write instead
|
||||
|
||||
> So, there came another version manager
|
||||
**asdf version manager** - <https://github.com/HashNuke/asdf>
|
||||
> So, there came another version manager
|
||||
**asdf version manager** - <https://github.com/HashNuke/asdf>
|
||||
|
||||
> A version manager so extendable
|
||||
for which anyone can create a plugin
|
||||
To support their favourite language
|
||||
No more installing more version managers
|
||||
> A version manager so extendable
|
||||
for which anyone can create a plugin
|
||||
To support their favourite language
|
||||
No more installing more version managers
|
||||
Or learning more commands
|
||||
|
||||
---
|
||||
|
||||
*This was the mail I wrote to a few friends to tell them about the project. Thanks to [@roshanvid](http://twitter.com/roshanvid) for suggesting that this go into the readme*
|
||||
*This was the mail I wrote to a few friends to tell them about the project. Thanks to [@roshanvid](https://twitter.com/roshanvid) for suggesting that this go into the readme*
|
||||
|
Loading…
Reference in New Issue
Block a user