mirror of https://github.com/iconify/api.git
chore: update license years and doc links
This commit is contained in:
parent
c53a1e7a82
commit
5994184446
|
|
@ -85,7 +85,7 @@ By default, API will use memory management functions. It stores only recently us
|
|||
000
|
||||
If your API gets a lot of traffic (above 1k requests per minute), it is better to not use memory management. With such high number of queries, disc read/write operations might cause degraded performance. API can easily handle 10 times more traffic on a basic VPS if everything is in memory and can be accessed instantly.
|
||||
|
||||
See [memory management in full API docs](https://docs.iconify.design/api/hosting-js/config.html).
|
||||
See [memory management in full API docs](https://iconify.design/docs/api/hosting-js/config.html).
|
||||
|
||||
### Updating icons
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ Previous version of API was also available as PHP script. This has been disconti
|
|||
|
||||
This file is basic.
|
||||
|
||||
Full documentation is available on [Iconify documentation website](https://docs.iconify.design/api/).
|
||||
Full documentation is available on [Iconify documentation website](https://iconify.design/docs/api/).
|
||||
|
||||
## Sponsors
|
||||
|
||||
|
|
@ -143,4 +143,4 @@ Iconify API is licensed under MIT license.
|
|||
|
||||
This licence does not apply to icons hosted on API and files generated by API. You can host icons with any license, without any restrictions. Common decency applies, such as not hosting pirated versions of commercial icon sets (not sure why anyone would use commercial icon sets when so many excellent open source icon sets are available, but anyway...).
|
||||
|
||||
© 2022 Vjacheslav Trushkin / Iconify OÜ
|
||||
© 2022-PRESENT Vjacheslav Trushkin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 Vjacheslav Trushkin
|
||||
Copyright (c) 2022-PRESENT Vjacheslav Trushkin
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
Loading…
Reference in New Issue