Skip to content

Commit be5615f

Browse files
committed
chore: update repository references from devbridge to tkirda
Repo was transferred from the devbridge org to the tkirda personal account. Update all location URLs (homepage, repository, bugs, security advisories, license, docs, GitHub Pages demo) to the new owner. Leaves the npm package name and the devbridgeAutocomplete plugin method unchanged. Rebuilt dist/ so the banners reflect the new URL.
1 parent 43a49ed commit be5615f

12 files changed

Lines changed: 21 additions & 21 deletions

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security vulnerability
4-
url: https://github.com/devbridge/jQuery-Autocomplete/security/advisories/new
4+
url: https://github.com/tkirda/jQuery-Autocomplete/security/advisories/new
55
about: Please report vulnerabilities privately via GitHub Security Advisories, not as a public issue.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Release
77
#
88
# One-time setup required on npmjs.com before this can fire:
99
# npmjs.com -> Package settings -> "Trusted publisher" ->
10-
# repo: devbridge/jQuery-Autocomplete
10+
# repo: tkirda/jQuery-Autocomplete
1111
# workflow: release.yml
1212
# environment: npm-publish
1313
# See https://docs.npmjs.com/trusted-publishers

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Vitest + jsdom, headless. Specs live in `test/autocomplete.test.js`. `test/setup
4242

4343
To run a single test: `npx vitest run -t "test name substring"` or temporarily `describe.only` / `it.only`.
4444

45-
The demo page `docs/index.htm` is the manual test surface (Ajax lookup, local lookup with grouping, custom container, dynamic width) **and** the live demo published at https://devbridge.github.io/jQuery-Autocomplete/ via GitHub Pages (configured to serve from `master/docs`). It loads jQuery, mockjax, and the plugin itself from CDN (`cdn.jsdelivr.net/npm/devbridge-autocomplete@2/...`); open in a browser.
45+
The demo page `docs/index.htm` is the manual test surface (Ajax lookup, local lookup with grouping, custom container, dynamic width) **and** the live demo published at https://tkirda.github.io/jQuery-Autocomplete/ via GitHub Pages (configured to serve from `master/docs`). It loads jQuery, mockjax, and the plugin itself from CDN (`cdn.jsdelivr.net/npm/devbridge-autocomplete@2/...`); open in a browser.
4646

4747
## Build internals
4848

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ line is no longer maintained.
1414

1515
Please **do not** open a public GitHub issue for security vulnerabilities.
1616

17-
Report privately via GitHub's [Private Vulnerability Reporting](https://github.com/devbridge/jQuery-Autocomplete/security/advisories/new)
17+
Report privately via GitHub's [Private Vulnerability Reporting](https://github.com/tkirda/jQuery-Autocomplete/security/advisories/new)
1818
form on this repository. This routes the report directly to maintainers
1919
without disclosing details publicly.
2020

devbridge-autocomplete.jquery.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"licenses": [
1515
{
1616
"type": "MIT",
17-
"url": "https://github.com/devbridge/jQuery-Autocomplete/blob/master/LICENSE"
17+
"url": "https://github.com/tkirda/jQuery-Autocomplete/blob/master/LICENSE"
1818
}
1919
],
20-
"bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues",
21-
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
22-
"docs": "https://github.com/devbridge/jQuery-Autocomplete",
23-
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
20+
"bugs": "https://github.com/tkirda/jQuery-Autocomplete/issues",
21+
"homepage": "https://github.com/tkirda/jQuery-Autocomplete",
22+
"docs": "https://github.com/tkirda/jQuery-Autocomplete",
23+
"download": "https://github.com/tkirda/jQuery-Autocomplete/tree/master/dist",
2424
"dependencies": {
2525
"jquery": ">=3.0"
2626
}

dist/jquery.autocomplete.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* (c) 2012-2026 Tomas Kirda and contributors
44
*
55
* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
6-
* For details, see the web site: https://github.com/devbridge/jQuery-Autocomplete
6+
* For details, see the web site: https://github.com/tkirda/jQuery-Autocomplete
77
*/
88

99
// src/index.ts

dist/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* (c) 2012-2026 Tomas Kirda and contributors
44
*
55
* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
6-
* For details, see the web site: https://github.com/devbridge/jQuery-Autocomplete
6+
* For details, see the web site: https://github.com/tkirda/jQuery-Autocomplete
77
*/
88
(function (factory) {
99
"use strict";

dist/jquery.autocomplete.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="lockup">
4949
<div><dt>Peer</dt><dd>jQuery&nbsp;&ge;&nbsp;3.0</dd></div>
5050
<div><dt>Size</dt><dd>~13&nbsp;KB&nbsp;min</dd></div>
5151
<div><dt>License</dt><dd>MIT</dd></div>
52-
<div><dt>Source</dt><dd><a href="https://github.com/devbridge/jQuery-Autocomplete">github.com/devbridge/jQuery-Autocomplete</a></dd></div>
52+
<div><dt>Source</dt><dd><a href="https://github.com/tkirda/jQuery-Autocomplete">github.com/tkirda/jQuery-Autocomplete</a></dd></div>
5353
</dl>
5454
</section>
5555

@@ -207,11 +207,11 @@ <h2 class="demo__title">Dynamic width</h2>
207207
<p class="colophon__line">
208208
<strong>Ajax Autocomplete for jQuery</strong>
209209
<span class="colophon__rule">&middot;</span>
210-
<a href="https://github.com/devbridge/jQuery-Autocomplete">source</a>
210+
<a href="https://github.com/tkirda/jQuery-Autocomplete">source</a>
211211
<span class="colophon__rule">&middot;</span>
212212
<a href="https://www.npmjs.com/package/devbridge-autocomplete">npm</a>
213213
<span class="colophon__rule">&middot;</span>
214-
<a href="https://github.com/devbridge/jQuery-Autocomplete/blob/master/LICENSE">MIT&nbsp;license</a>
214+
<a href="https://github.com/tkirda/jQuery-Autocomplete/blob/master/LICENSE">MIT&nbsp;license</a>
215215
<span class="colophon__rule">&middot;</span>
216216
maintained by <a href="https://github.com/tkirda">Tomas&nbsp;Kirda</a>
217217
</p>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devbridge-autocomplete",
33
"version": "2.0.3",
44
"description": "Autocomplete provides suggestions while you type into the text field.",
5-
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
5+
"homepage": "https://github.com/tkirda/jQuery-Autocomplete",
66
"author": "Tomas Kirda (https://github.com/tkirda)",
77
"main": "dist/jquery.autocomplete.js",
88
"module": "dist/jquery.autocomplete.esm.js",
@@ -42,7 +42,7 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/devbridge/jQuery-Autocomplete.git"
45+
"url": "git+https://github.com/tkirda/jQuery-Autocomplete.git"
4646
},
4747
"peerDependencies": {
4848
"jquery": ">=3.0"

0 commit comments

Comments
 (0)