Skip to content

Commit d8d317a

Browse files
committed
🔗 Link updates
1 parent e84b304 commit d8d317a

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

‎.github/FUNDING.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

3-
patreon: dr_dimitru
3+
github: dr-dimitru
44
custom: https://paypal.me/veliovgroup

‎.github/ISSUE_TEMPLATE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Version of `Meteor` you're experiencing this issue
55
- Where this issue appears? OS (Mac/Win/Linux)? Browser name and its version?
66
- Is it *Client* or *Server* issue?
7-
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)
7+
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)
88

99
### I had an issue and I've solved it on my own:
1010
- Provide a description of steps that you've followed to solve the problem.

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For full changelog see [releases on GitHub](https://github.com/VeliovGroup/meteor-autoform-file/releases)
1+
For full changelog see [releases on GitHub](https://github.com/veliovgroup/meteor-autoform-file/releases)

‎CONTRIBUTING.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
### I'm having an issue:
2-
1. Search [issues](https://github.com/VeliovGroup/meteor-autoform-file/issues), maybe your issue is already solved
2+
1. Search [issues](https://github.com/veliovgroup/meteor-autoform-file/issues), maybe your issue is already solved
33
2. Before submitting an issue make sure it's only related to `Meteor-Files` package
44
3. If your issue is not solved:
55
- Give an expressive description of what is went wrong
66
- Version of `ostrio:autoform-files` and `ostrio:files` you're experiencing this issue
77
- Version of `Meteor` you're experiencing this issue
88
- Is it *Client* or *Server* issue?
9-
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)
9+
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)
1010

1111
### I have a suggestion:
12-
1. PRs are always welcome - [send a PR](https://github.com/VeliovGroup/meteor-autoform-file/compare)
12+
1. PRs are always welcome - [send a PR](https://github.com/veliovgroup/meteor-autoform-file/compare)
1313
2. If you're can not send a PR for some reason:
1414
- Create a new issue ticket
1515
- Describe your feature / request
1616
- How you going to use it? Give a usage example(s)
1717

1818
### Documentation is missing something or incorrect (have typos, etc.):
19-
1. PRs are always welcome - [send a PR](https://github.com/VeliovGroup/meteor-autoform-file/compare)
19+
1. PRs are always welcome - [send a PR](https://github.com/veliovgroup/meteor-autoform-file/compare)
2020
2. If you're can not send a PR to docs for some reason:
2121
- Create a new issue ticket
2222
- Give an expressive description what you have changed/added and why

‎HISTORY.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For full package history see [releases on GitHub](https://github.com/VeliovGroup/meteor-autoform-file/releases)
1+
For full package history see [releases on GitHub](https://github.com/veliovgroup/meteor-autoform-file/releases)

‎README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![support](https://img.shields.io/badge/support-GitHub-white)](https://github.com/sponsors/dr-dimitru)
22
[![support](https://img.shields.io/badge/support-PayPal-white)](https://paypal.me/veliovgroup)
33
[![Mentioned in Awesome ostrio:files](https://awesome.re/mentioned-badge.svg)](https://project-awesome.org/Urigo/awesome-meteor#files)
4-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/VeliovGroup/Meteor-Files)
5-
[![GitHub stars](https://img.shields.io/github/stars/VeliovGroup/Meteor-Files.svg)](https://github.com/VeliovGroup/Meteor-Files/stargazers)
4+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/veliovgroup/Meteor-Files)
5+
[![GitHub stars](https://img.shields.io/github/stars/veliovgroup/Meteor-Files.svg)](https://github.com/veliovgroup/Meteor-Files/stargazers)
66
<a href="https://ostr.io/info/built-by-developers-for-developers">
77
<img src="https://ostr.io/apple-touch-icon-60x60.png" height="20">
88
</a>
@@ -19,7 +19,7 @@ meteor add ostrio:[email protected]
1919

2020
## Description
2121

22-
Upload and manage files with autoForm via [`ostrio:files`](https://github.com/VeliovGroup/Meteor-Files). This package was ported from `yogiben:autoform-file` to use with [`ostrio:files`](https://github.com/VeliovGroup/Meteor-Files) instead of the already deprecated CollectionFS.
22+
Upload and manage files with autoForm via [`ostrio:files`](https://github.com/veliovgroup/Meteor-Files). This package was ported from `yogiben:autoform-file` to use with [`ostrio:files`](https://github.com/veliovgroup/Meteor-Files) instead of the already deprecated CollectionFS.
2323

2424
## Quick Start:
2525

@@ -38,7 +38,7 @@ SimpleSchema.setDefaultMessages({
3838
});
3939
```
4040

41-
4. Create your Files Collection (See [`ostrio:files`](https://github.com/VeliovGroup/Meteor-Files))
41+
4. Create your Files Collection (See [`ostrio:files`](https://github.com/veliovgroup/Meteor-Files))
4242

4343
```js
4444
import { Meteor } from 'meteor/meteor';
@@ -124,7 +124,7 @@ Generate the form with `{{> quickform}}` or `{{#autoform}}` e.g.:
124124
{{/autoForm}}
125125
126126
<!-- OR with .insert() method options -->
127-
<!-- See: https://github.com/VeliovGroup/Meteor-Files/wiki/Insert-(Upload) -->
127+
<!-- See: https://github.com/veliovgroup/Meteor-Files/wiki/Insert-(Upload) -->
128128
{{#autoForm id="postsInsertForm" collection="Posts" type="insert"}}
129129
{{> afQuickField name="title"}}
130130
{{> afQuickField name="picture" transport="http" allowWebWorkers="false"}}
@@ -148,7 +148,7 @@ Generate the form with `{{> quickform}}` or `{{#autoform}}` e.g.:
148148
{{/if}}
149149
```
150150

151-
Autoform should be wrapped in `{{#if Template.subscriptionsReady }}` which makes sure that template level subscription is ready. Without it the picture preview won't be shown. You can see update mode example [here](https://github.com/VeliovGroup/meteor-autoform-file/issues/9).
151+
Autoform should be wrapped in `{{#if Template.subscriptionsReady }}` which makes sure that template level subscription is ready. Without it the picture preview won't be shown. You can see update mode example [here](https://github.com/veliovgroup/meteor-autoform-file/issues/9).
152152

153153
## Accept configuration
154154

@@ -242,7 +242,7 @@ Your custom file upload template data context will be:
242242
- *progress*
243243
- *status*
244244
- *config* an object containing several configs to upload behavior, such as `accept`
245-
- Other fields from [`FileUpload` instance](https://github.com/VeliovGroup/Meteor-Files/wiki/Insert-(Upload)#fileupload-methods-and-properties)
245+
- Other fields from [`FileUpload` instance](https://github.com/veliovgroup/Meteor-Files/wiki/Insert-(Upload)#fileupload-methods-and-properties)
246246

247247
```js
248248
({

‎package.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package.describe({
33
summary: 'File upload for AutoForm using ostrio:files',
44
description: 'File upload for AutoForm using ostrio:files',
55
version: '2.4.0',
6-
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
6+
git: 'https://github.com/veliovgroup/meteor-autoform-file.git'
77
});
88

99
Package.onUse((api) => {

0 commit comments

Comments
 (0)